#CAC09B

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

Shades of Sisal #CAC09B

Tints of Sisal #CAC09B

Color information

#CAC09B (or 0xCAC09B) is unknown color: approx Sisal. HEX triplet: CA, C0 and 9B. RGB value is (202,192,155). Sum of RGB (Red+Green+Blue) = 202+192+155=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC09B is #353F64. Grayscale: #BEBEBE. Windows color (decimal): -3489637 or 10207434. OLE color: 10207434.

HSL color Cylindrical-coordinate representation of color #CAC09B: hue angle of 47.23º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC09B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202192155-
CMYK00.050.230.21
HSL47.23º30.72%70%-
HSV(B)47.23º23.27%79.22%-
XYZ49.1252.6238.58-
YUV190.77107.81136.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=36.79%
G=34.97%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219215500.050.230.2147.2330.7270
HexCAC09B0517152f1f46
Octal3123002330527255737106
Binary11001010110000001001101101011011110101101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC09B; }

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

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

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

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

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

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

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

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