#CAC09E

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

Shades of Sisal #CAC09E

Tints of Sisal #CAC09E

Color information

#CAC09E (or 0xCAC09E) is unknown color: approx Sisal. HEX triplet: CA, C0 and 9E. RGB value is (202,192,158). Sum of RGB (Red+Green+Blue) = 202+192+158=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC09E is #353F61. Grayscale: #BFBFBF. Windows color (decimal): -3489634 or 10404042. OLE color: 10404042.

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

Color convert

RGB202192158-
CMYK00.050.220.21
HSL46.36º29.33%70.59%-
HSV(B)46.36º21.78%79.22%-
XYZ49.3852.7239.92-
YUV191.11109.31135.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 192 (75.39% from 255) = 34.78%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=36.59%
G=34.78%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219215800.050.220.2146.3629.3370.59
HexCAC09E0516152e1d47
Octal3123002360526255635107
Binary11001010110000001001111001011011010101101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC09E; }

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

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

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

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

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

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

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

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