COLOR #C0B265

HEX: #C0B265 RGB: (192,178,101)

Color info

#C0B265 contains mainly red and green colors. Web safe color of #C0B265 is #CC9966 (or #C96).

RGB color model

#C0B265 color RGB value is (192,178,101).

RGB: (192,178,101) (75%, 70%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 178 of 255 = 70%
B 101 of 255 = 40%

192
178
101

R + G + B ~ 62%. #C0B265 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 178 + 101 = 471 (100%)
R 192 of 471 ~ 40.76%
G 178 of 471 ~ 37.79%
B 101 of 471 ~ 21.44'%

%40.76
%37.79
%21.44

CMYK color model

#C0B265 color CMYK value is (0,7,47,25).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 47.40%
  • key color value is 24.71%

CMYK: (0,7,47,25)
C0M7Y47K25 (0%, 7%, 47%, 25%)
(0.00 / 0.07 / 0.47 / 0.25)

CMYK percentages

%0
%7.29
%47.4
%24.71

Codes

Color #C0B265 in popluar color models

C0 B2 65
RGB 192 178 101
HSL 51° 41.94% 57.45%
HSB/HSV 51° 47.40% 75.29%
CMYK 0.00% 7.29% 47.40%
24.71%

Color #C0B265 in popluar number systems.

HEX C0 B2 65
Decimal 192 178 101
Binary 11000000 10110010 1100101
Octal 300 262 145

Shades and tints

Shades of #C0B265

#C0B265
(192,178,101)
#AFA25C
(175,162,92)
#9E9253
(158,146,83)
#8D824A
(141,130,74)
#7C7241
(124,114,65)
#6B6238
(107,98,56)
#5A522F
(90,82,47)
#494226
(73,66,38)
#38321D
(56,50,29)
#272214
(39,34,20)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #C0B265

#C0B265
(192,178,101)
#C5B973
(197,185,115)
#CAC081
(202,192,129)
#CFC78F
(207,199,143)
#D4CE9D
(212,206,157)
#D9D5AB
(217,213,171)
#DEDCB9
(222,220,185)
#E3E3C7
(227,227,199)
#E8EAD5
(232,234,213)
#EDF1E3
(237,241,227)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B265 color. Also use rgb(192,178,101) instead hex code.

Text Font Color

.myTextColor { color: #C0B265; }

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

This text font color is #C0B265.

Background Color

.myBgColor { background-color: #C0B265; }

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

This div background color is #C0B265.

Border color

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

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

This div border color is #C0B265.

Opacity

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

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

Text with #C0B265 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 #C0B265;}

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

This text has shadow with #C0B265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B265.

Preview

Color preview on black background

This text has color #C0B265 on black background.


Color preview on white background

This text has color #C0B265 on white background.


Black color preview on #C0B265 background

This text has black color on #C0B265 background.


White color preview on #C0B265 background

This text has white color on #C0B265 background.


Related colors

Complementary color

Complementary color for #hex is #3F4D9A.


I love getcolorcode.com

Triadic colors

1 #65C0B2 and #B265C0 with #C0B265 are triadic colors.

2 #65B2C0 and #B2C065 with #C0B265 are triadic colors.