#CAC19E

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

Shades of Sisal #CAC19E

Tints of Sisal #CAC19E

Color information

#CAC19E (or 0xCAC19E) is unknown color: approx Sisal. HEX triplet: CA, C1 and 9E. RGB value is (202,193,158). Sum of RGB (Red+Green+Blue) = 202+193+158=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC19E is #353E61. Grayscale: #BFBFBF. Windows color (decimal): -3489378 or 10404298. OLE color: 10404298.

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

Color convert

RGB202193158-
CMYK00.040.220.21
HSL47.73º29.33%70.59%-
HSV(B)47.73º21.78%79.22%-
XYZ49.653.1740-
YUV191.7108.98135.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=36.53%
G=34.90%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219315800.040.220.2147.7329.3370.59
HexCAC19E041615301d47
Octal3123012360426256035107
Binary11001010110000011001111001001011010101110000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC19E; }

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

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

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

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

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

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

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

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