#CAC293

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

Shades of Winter Hazel #CAC293

Tints of Winter Hazel #CAC293

Color information

#CAC293 (or 0xCAC293) is unknown color: approx Winter Hazel. HEX triplet: CA, C2 and 93. RGB value is (202,194,147). Sum of RGB (Red+Green+Blue) = 202+194+147=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC293 is #353D6C. Grayscale: #BFBFBF. Windows color (decimal): -3489133 or 9683658. OLE color: 9683658.

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

Color convert

RGB202194147-
CMYK00.040.270.21
HSL51.27º34.16%68.43%-
HSV(B)51.27º27.23%79.22%-
XYZ48.9253.2535.3-
YUV191.03103.15135.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=37.20%
G=35.73%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219414700.040.270.2151.2734.1668.43
HexCAC293041B15332244
Octal3123022230433256342104
Binary110010101100001010010011010011011101011100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC293; }

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

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

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

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

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

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

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

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