#CCBE74

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

Shades of Winter Hazel #CCBE74

Tints of Winter Hazel #CCBE74

Color information

#CCBE74 (or 0xCCBE74) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 74. RGB value is (204,190,116). Sum of RGB (Red+Green+Blue) = 204+190+116=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE74 is #33418B. Grayscale: #BABABA. Windows color (decimal): -3359116 or 7651020. OLE color: 7651020.

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

Color convert

RGB204190116-
CMYK00.070.430.2
HSL50.45º46.32%62.75%-
HSV(B)50.45º43.14%80%-
XYZ46.4750.9323.9-
YUV185.7588.64141.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=40%
G=37.25%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419011600.070.430.250.4546.3262.75
HexCCBE74072B14322e3f
Octal314276164075324625677
Binary11001100101111101110100011110101110100110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE74; }

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

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

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

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

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

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

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

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