#CCBF77

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

Shades of Winter Hazel #CCBF77

Tints of Winter Hazel #CCBF77

Color information

#CCBF77 (or 0xCCBF77) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 77. RGB value is (204,191,119). Sum of RGB (Red+Green+Blue) = 204+191+119=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF77 is #334088. Grayscale: #BABABA. Windows color (decimal): -3358857 or 7847884. OLE color: 7847884.

HSL color Cylindrical-coordinate representation of color #CCBF77: hue angle of 50.82º degrees, saturation: 0.45, 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 #CCBF77 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204191119-
CMYK00.060.420.2
HSL50.82º45.45%63.33%-
HSV(B)50.82º41.67%80%-
XYZ46.8651.4324.91-
YUV186.6889.81140.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 119 (46.88% from 255) = 23.15%
R=39.69%
G=37.16%
B=23.15%

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
Decimal20419111900.060.420.250.8245.4563.33
HexCCBF77062A14332d3f
Octal314277167065224635577
Binary11001100101111111110111011010101010100110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF77; }

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

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

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

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

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

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

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

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