#CAC194

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

Shades of Winter Hazel #CAC194

Tints of Winter Hazel #CAC194

Color information

#CAC194 (or 0xCAC194) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 94. RGB value is (202,193,148). Sum of RGB (Red+Green+Blue) = 202+193+148=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC194 is #353E6B. Grayscale: #BEBEBE. Windows color (decimal): -3489388 or 9748938. OLE color: 9748938.

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

Color convert

RGB202193148-
CMYK00.040.270.21
HSL50º33.75%68.63%-
HSV(B)50º26.73%79.22%-
XYZ48.7752.8335.64-
YUV190.56103.98136.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=37.20%
G=35.54%
B=27.26%

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
Decimal20219314800.040.270.215033.7568.63
HexCAC194041B15322245
Octal3123012240433256242105
Binary110010101100000110010100010011011101011100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC194; }

 p { color: rgb(202,193,148); }

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

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

 a { background-color: rgb(202,193,148); }

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

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

 span { border-color: rgb(202,193,148); }

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