#CAC297

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

Shades of Sisal #CAC297

Tints of Sisal #CAC297

Color information

#CAC297 (or 0xCAC297) is unknown color: approx Sisal. HEX triplet: CA, C2 and 97. RGB value is (202,194,151). Sum of RGB (Red+Green+Blue) = 202+194+151=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC297 is #353D68. Grayscale: #BFBFBF. Windows color (decimal): -3489129 or 9945802. OLE color: 9945802.

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

Color convert

RGB202194151-
CMYK00.040.250.21
HSL50.59º32.48%69.22%-
HSV(B)50.59º25.25%79.22%-
XYZ49.2353.3736.99-
YUV191.49105.15135.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=36.93%
G=35.47%
B=27.61%

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
Decimal20219415100.040.250.2150.5932.4869.22
HexCAC297041915332045
Octal3123022270431256340105
Binary110010101100001010010111010011001101011100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC297; }

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

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

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

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

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

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

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

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