#CCBF79

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

Shades of Winter Hazel #CCBF79

Tints of Winter Hazel #CCBF79

Color information

#CCBF79 (or 0xCCBF79) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 79. RGB value is (204,191,121). Sum of RGB (Red+Green+Blue) = 204+191+121=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF79 is #334086. Grayscale: #BBBBBB. Windows color (decimal): -3358855 or 7978956. OLE color: 7978956.

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

Color convert

RGB204191121-
CMYK00.060.410.2
HSL50.6º44.86%63.73%-
HSV(B)50.6º40.69%80%-
XYZ46.9851.4825.55-
YUV186.9190.81140.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=39.53%
G=37.02%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419112100.060.410.250.644.8663.73
HexCCBF79062914332d40
Octal3142771710651246355100
Binary110011001011111111110010110101001101001100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF79; }

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

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

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

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

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

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

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

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