#CCBE79

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

Shades of Winter Hazel #CCBE79

Tints of Winter Hazel #CCBE79

Color information

#CCBE79 (or 0xCCBE79) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 79. RGB value is (204,190,121). Sum of RGB (Red+Green+Blue) = 204+190+121=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE79 is #334186. Grayscale: #BABABA. Windows color (decimal): -3359111 or 7978700. OLE color: 7978700.

HSL color Cylindrical-coordinate representation of color #CCBE79: hue angle of 49.88º 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 #CCBE79 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204190121-
CMYK00.070.410.2
HSL49.88º44.86%63.73%-
HSV(B)49.88º40.69%80%-
XYZ46.7751.0425.48-
YUV186.3291.14140.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 121 (47.66% from 255) = 23.50%
R=39.61%
G=36.89%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419012100.070.410.249.8844.8663.73
HexCCBE79072914322d40
Octal3142761710751246255100
Binary110011001011111011110010111101001101001100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE79; }

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

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

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

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

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

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

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

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