COLOR #C0B122

HEX: #C0B122 RGB: (192,177,34)

Color info

#C0B122 contains mainly red and green colors. Web safe color of #C0B122 is #CC9933 (or #C93).

RGB color model

#C0B122 color RGB value is (192,177,34).

RGB: (192,177,34) (75%, 69%, 13%)

RGB channels and saturation

R 192 of 255 = 75%
G 177 of 255 = 69%
B 34 of 255 = 13%

192
177
34

R + G + B ~ 52%. #C0B122 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 192 + 177 + 34 = 403 (100%)
R 192 of 403 ~ 47.64%
G 177 of 403 ~ 43.92%
B 34 of 403 ~ 8.44'%

%47.64
%43.92

CMYK color model

#C0B122 color CMYK value is (0,8,82,25).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 82.29%
  • key color value is 24.71%

CMYK: (0,8,82,25)
C0M8Y82K25 (0%, 8%, 82%, 25%)
(0.00 / 0.08 / 0.82 / 0.25)

CMYK percentages

%0
%7.81
%82.29
%24.71

Codes

Color #C0B122 in popluar color models

C0 B1 22
RGB 192 177 34
HSL 54° 69.91% 44.31%
HSB/HSV 54° 82.29% 75.29%
CMYK 0.00% 7.81% 82.29%
24.71%

Color #C0B122 in popluar number systems.

HEX C0 B1 22
Decimal 192 177 34
Binary 11000000 10110001 100010
Octal 300 261 42

Shades and tints

Shades of #C0B122

#C0B122
(192,177,34)
#AFA11F
(175,161,31)
#9E911C
(158,145,28)
#8D8119
(141,129,25)
#7C7116
(124,113,22)
#6B6113
(107,97,19)
#5A5110
(90,81,16)
#49410D
(73,65,13)
#38310A
(56,49,10)
#272107
(39,33,7)
#161104
(22,17,4)
#000000
(0,0,0)

Tints of #C0B122

#C0B122
(192,177,34)
#C5B836
(197,184,54)
#CABF4A
(202,191,74)
#CFC65E
(207,198,94)
#D4CD72
(212,205,114)
#D9D486
(217,212,134)
#DEDB9A
(222,219,154)
#E3E2AE
(227,226,174)
#E8E9C2
(232,233,194)
#EDF0D6
(237,240,214)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B122 color. Also use rgb(192,177,34) instead hex code.

Text Font Color

.myTextColor { color: #C0B122; }

<p style="color:#C0B122">This sample text font color is #C0B122.</p>

This text font color is #C0B122.

Background Color

.myBgColor { background-color: #C0B122; }

<div style="background-color:#C0B122">Inner text</div>

This div background color is #C0B122.

Border color

.myBorderColor { border: 1px solid #C0B122; }

<div style="border:3px solid #C0B122">Div</div>

This div border color is #C0B122.

Opacity

.myOpacity80 { color: #C0B122; opacity: 0.8; }

<p style="color:#C0B122;opacity:0.8;">80%</p>

Text with #C0B122 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0B122;}

<p style="text-shadow: 3px 3px 1px #C0B122">Text here.</p>

This text has shadow with #C0B122 color.


.textShadow {text-shadow: 3px 3px 1px #C0B122', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0B122, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0B122 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0B122, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0B122, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0B122 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C0B122;
-webkit-box-shadow: 1px 1px 3px 2px #C0B122;
box-shadow: 1px 1px 3px 2px #C0B122;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0B122; -webkit-box-shadow: 1px 1px 3px 2px #C0B122; box-shadow:1px 1px 3px 2px #C0B122;">
Div content here
</div>

This div box has shadow with color #C0B122.

Preview

Color preview on black background

This text has color #C0B122 on black background.


Color preview on white background

This text has color #C0B122 on white background.


Black color preview on #C0B122 background

This text has black color on #C0B122 background.


White color preview on #C0B122 background

This text has white color on #C0B122 background.


Related colors

Complementary color

Complementary color for #hex is #3F4EDD.


I love getcolorcode.com

Triadic colors

1 #22C0B1 and #B122C0 with #C0B122 are triadic colors.

2 #22B1C0 and #B1C022 with #C0B122 are triadic colors.