#CCC47E

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

Shades of Winter Hazel #CCC47E

Tints of Winter Hazel #CCC47E

Color information

#CCC47E (or 0xCCC47E) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 7E. RGB value is (204,196,126). Sum of RGB (Red+Green+Blue) = 204+196+126=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47E is #333B81. Grayscale: #BEBEBE. Windows color (decimal): -3357570 or 8307916. OLE color: 8307916.

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

Color convert

RGB204196126-
CMYK00.040.380.2
HSL53.85º43.33%64.71%-
HSV(B)53.85º38.24%80%-
XYZ48.4153.8227.58-
YUV190.4191.65137.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=38.78%
G=37.26%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419612600.040.380.253.8543.3364.71
HexCCC47E042614362b41
Octal3143041760446246653101
Binary110011001100010011111100100100110101001101101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC47E; }

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

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

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

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

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

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

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

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