#CCC48E

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

Shades of Winter Hazel #CCC48E

Tints of Winter Hazel #CCC48E

Color information

#CCC48E (or 0xCCC48E) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 8E. RGB value is (204,196,142). Sum of RGB (Red+Green+Blue) = 204+196+142=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48E is #333B71. Grayscale: #C0C0C0. Windows color (decimal): -3357554 or 9356492. OLE color: 9356492.

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

Color convert

RGB204196142-
CMYK00.040.300.2
HSL52.26º37.8%67.84%-
HSV(B)52.26º30.39%80%-
XYZ49.5254.2733.46-
YUV192.2499.65136.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=37.64%
G=36.16%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419614200.040.300.252.2637.867.84
HexCCC48E041E14342644
Octal3143042160436246446104
Binary110011001100010010001110010011110101001101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC48E; }

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

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

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

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

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

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

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

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