#CAC196

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

Shades of Sisal #CAC196

Tints of Sisal #CAC196

Color information

#CAC196 (or 0xCAC196) is unknown color: approx Sisal. HEX triplet: CA, C1 and 96. RGB value is (202,193,150). Sum of RGB (Red+Green+Blue) = 202+193+150=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC196 is #353E69. Grayscale: #BEBEBE. Windows color (decimal): -3489386 or 9880010. OLE color: 9880010.

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

Color convert

RGB202193150-
CMYK00.040.260.21
HSL49.62º32.91%69.02%-
HSV(B)49.62º25.74%79.22%-
XYZ48.9352.936.49-
YUV190.79104.98136-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=37.06%
G=35.41%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219315000.040.260.2149.6232.9169.02
HexCAC196041A15322145
Octal3123012260432256241105
Binary110010101100000110010110010011010101011100101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC196; }

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

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

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

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

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

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

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

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