#CAC29E

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

Shades of Sisal #CAC29E

Tints of Sisal #CAC29E

Color information

#CAC29E (or 0xCAC29E) is unknown color: approx Sisal. HEX triplet: CA, C2 and 9E. RGB value is (202,194,158). Sum of RGB (Red+Green+Blue) = 202+194+158=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29E is #353D61. Grayscale: #C0C0C0. Windows color (decimal): -3489122 or 10404554. OLE color: 10404554.

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

Color convert

RGB202194158-
CMYK00.040.220.21
HSL49.09º29.33%70.59%-
HSV(B)49.09º21.78%79.22%-
XYZ49.8253.6140.07-
YUV192.29108.65134.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 158 (62.11% from 255) = 28.52%
R=36.46%
G=35.02%
B=28.52%

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
Decimal20219415800.040.220.2149.0929.3370.59
HexCAC29E041615311d47
Octal3123022360426256135107
Binary11001010110000101001111001001011010101110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC29E; }

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

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

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

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

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

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

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

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