#CAC197

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

Shades of Sisal #CAC197

Tints of Sisal #CAC197

Color information

#CAC197 (or 0xCAC197) is unknown color: approx Sisal. HEX triplet: CA, C1 and 97. RGB value is (202,193,151). Sum of RGB (Red+Green+Blue) = 202+193+151=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC197 is #353E68. Grayscale: #BFBFBF. Windows color (decimal): -3489385 or 9945546. OLE color: 9945546.

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

Color convert

RGB202193151-
CMYK00.040.250.21
HSL49.41º32.48%69.22%-
HSV(B)49.41º25.25%79.22%-
XYZ49.0152.9336.91-
YUV190.9105.48135.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=37.00%
G=35.35%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219315100.040.250.2149.4132.4869.22
HexCAC197041915312045
Octal3123012270431256140105
Binary110010101100000110010111010011001101011100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC197; }

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

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

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

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

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

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

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

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