#CCC47D

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

Shades of Winter Hazel #CCC47D

Tints of Winter Hazel #CCC47D

Color information

#CCC47D (or 0xCCC47D) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 7D. RGB value is (204,196,125). Sum of RGB (Red+Green+Blue) = 204+196+125=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47D is #333B82. Grayscale: #BEBEBE. Windows color (decimal): -3357571 or 8242380. OLE color: 8242380.

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

Color convert

RGB204196125-
CMYK00.040.390.2
HSL53.92º43.65%64.51%-
HSV(B)53.92º38.73%80%-
XYZ48.3453.827.24-
YUV190.391.15137.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=38.86%
G=37.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419612500.040.390.253.9243.6564.51
HexCCC47D042714362c41
Octal3143041750447246654101
Binary110011001100010011111010100100111101001101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC47D; }

 p { color: rgb(204,196,125); }

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

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

 a { background-color: rgb(204,196,125); }

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

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

 span { border-color: rgb(204,196,125); }

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