#CAC093

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

Shades of Winter Hazel #CAC093

Tints of Winter Hazel #CAC093

Color information

#CAC093 (or 0xCAC093) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 93. RGB value is (202,192,147). Sum of RGB (Red+Green+Blue) = 202+192+147=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC093 is #353F6C. Grayscale: #BEBEBE. Windows color (decimal): -3489645 or 9683146. OLE color: 9683146.

HSL color Cylindrical-coordinate representation of color #CAC093: hue angle of 49.09º 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 #CAC093 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202192147-
CMYK00.050.270.21
HSL49.09º34.16%68.43%-
HSV(B)49.09º27.23%79.22%-
XYZ48.4752.3635.16-
YUV189.86103.81136.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 147 (57.81% from 255) = 27.17%
R=37.34%
G=35.49%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219214700.050.270.2149.0934.1668.43
HexCAC093051B15312244
Octal3123002230533256142104
Binary110010101100000010010011010111011101011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC093; }

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

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

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

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

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

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

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

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