#CAC097

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

Shades of Sisal #CAC097

Tints of Sisal #CAC097

Color information

#CAC097 (or 0xCAC097) is unknown color: approx Sisal. HEX triplet: CA, C0 and 97. RGB value is (202,192,151). Sum of RGB (Red+Green+Blue) = 202+192+151=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC097 is #353F68. Grayscale: #BEBEBE. Windows color (decimal): -3489641 or 9945290. OLE color: 9945290.

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

Color convert

RGB202192151-
CMYK00.050.250.21
HSL48.24º32.48%69.22%-
HSV(B)48.24º25.25%79.22%-
XYZ48.7952.4936.84-
YUV190.32105.81136.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=37.06%
G=35.23%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219215100.050.250.2148.2432.4869.22
HexCAC097051915302045
Octal3123002270531256040105
Binary110010101100000010010111010111001101011100001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC097; }

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

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

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

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

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

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

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

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