#CCC47A

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

Shades of Winter Hazel #CCC47A

Tints of Winter Hazel #CCC47A

Color information

#CCC47A (or 0xCCC47A) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 7A. RGB value is (204,196,122). Sum of RGB (Red+Green+Blue) = 204+196+122=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47A is #333B85. Grayscale: #BEBEBE. Windows color (decimal): -3357574 or 8045772. OLE color: 8045772.

HSL color Cylindrical-coordinate representation of color #CCC47A: hue angle of 54.15º degrees, saturation: 0.45, 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 #CCC47A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204196122-
CMYK00.040.400.2
HSL54.15º44.57%63.92%-
HSV(B)54.15º40.2%80%-
XYZ48.1553.7226.24-
YUV189.9689.65138.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=39.08%
G=37.55%
B=23.37%

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
Decimal20419612200.040.400.254.1544.5763.92
HexCCC47A042814362d40
Octal3143041720450246655100
Binary110011001100010011110100100101000101001101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC47A; }

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

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

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

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

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

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

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

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