#CCBE84

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

Shades of Winter Hazel #CCBE84

Tints of Winter Hazel #CCBE84

Color information

#CCBE84 (or 0xCCBE84) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 84. RGB value is (204,190,132). Sum of RGB (Red+Green+Blue) = 204+190+132=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE84 is #33417B. Grayscale: #BBBBBB. Windows color (decimal): -3359100 or 8699596. OLE color: 8699596.

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

Color convert

RGB204190132-
CMYK00.070.350.2
HSL48.33º41.38%65.88%-
HSV(B)48.33º35.29%80%-
XYZ47.4851.3329.24-
YUV187.5796.64139.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=38.78%
G=36.12%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419013200.070.350.248.3341.3865.88
HexCCBE84072314302942
Octal3142762040743246051102
Binary1100110010111110100001000111100011101001100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE84; }

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

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

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

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

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

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

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

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