#CCBF76

Color #CCBF76 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCBF76

Tints of Winter Hazel #CCBF76

Color information

#CCBF76 (or 0xCCBF76) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 76. RGB value is (204,191,118). Sum of RGB (Red+Green+Blue) = 204+191+118=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF76 is #334089. Grayscale: #BABABA. Windows color (decimal): -3358858 or 7782348. OLE color: 7782348.

HSL color Cylindrical-coordinate representation of color #CCBF76: hue angle of 50.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCBF76 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204191118-
CMYK00.060.420.2
HSL50.93º45.74%63.14%-
HSV(B)50.93º42.16%80%-
XYZ46.851.4124.6-
YUV186.5689.31140.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 118 (46.48% from 255) = 23.00%
R=39.77%
G=37.23%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419111800.060.420.250.9345.7463.14
HexCCBF76062A14332e3f
Octal314277166065224635677
Binary11001100101111111110110011010101010100110011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF76; }

 p { color: rgb(204,191,118); }

 H1.HeaderClassName
 {
   color: #CCBF76;
 }
 .AnyTagClassName
 {
   color: #CCBF76;
 }
</style>
background-color css

<style>
 a { background-color: #CCBF76; }

 a { background-color: rgb(204,191,118); }

 div.DivClassName
 {
   background-color: #CCBF76;
 }
 .BgClassName
 {
   background-color: #CCBF76;
 }
</style>
border-color css

<style>
 span { border-color: #CCBF76; }

 span { border-color: rgb(204,191,118); }

 td.TdClassName
 {
   border-color: #CCBF76;
 }
 .TagClassName
 {
   border-color: #CCBF76;
 }
</style>