#CCC37B

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

Shades of Winter Hazel #CCC37B

Tints of Winter Hazel #CCC37B

Color information

#CCC37B (or 0xCCC37B) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 7B. RGB value is (204,195,123). Sum of RGB (Red+Green+Blue) = 204+195+123=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37B is #333C84. Grayscale: #BDBDBD. Windows color (decimal): -3357829 or 8111052. OLE color: 8111052.

HSL color Cylindrical-coordinate representation of color #CCC37B: hue angle of 53.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC37B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204195123-
CMYK00.040.400.2
HSL53.33º44.26%64.12%-
HSV(B)53.33º39.71%80%-
XYZ47.9953.326.5-
YUV189.4890.48138.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 123 (48.44% from 255) = 23.56%
R=39.08%
G=37.36%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419512300.040.400.253.3344.2664.12
HexCCC37B042814352c40
Octal3143031730450246554100
Binary110011001100001111110110100101000101001101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC37B; }

 p { color: rgb(204,195,123); }

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

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

 a { background-color: rgb(204,195,123); }

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

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

 span { border-color: rgb(204,195,123); }

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