#CAC28C

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

Shades of Winter Hazel #CAC28C

Tints of Winter Hazel #CAC28C

Color information

#CAC28C (or 0xCAC28C) is unknown color: approx Winter Hazel. HEX triplet: CA, C2 and 8C. RGB value is (202,194,140). Sum of RGB (Red+Green+Blue) = 202+194+140=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC28C is #353D73. Grayscale: #BEBEBE. Windows color (decimal): -3489140 or 9224906. OLE color: 9224906.

HSL color Cylindrical-coordinate representation of color #CAC28C: hue angle of 52.26º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC28C is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202194140-
CMYK00.040.310.21
HSL52.26º36.9%67.06%-
HSV(B)52.26º30.69%79.22%-
XYZ48.3853.0332.5-
YUV190.2499.65136.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=37.69%
G=36.19%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219414000.040.310.2152.2636.967.06
HexCAC28C041F15342543
Octal3123022140437256445103
Binary110010101100001010001100010011111101011101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC28C; }

 p { color: rgb(202,194,140); }

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

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

 a { background-color: rgb(202,194,140); }

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

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

 span { border-color: rgb(202,194,140); }

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