Shades of Sisal #CAC19C
Tints of Sisal #CAC19C
RGB
CMYK
RGB Variations
Color information
#CAC19C (or 0xCAC19C) is known color: Sisal. HEX triplet: CA, C1 and 9C. RGB value is (202,193,156). Sum of RGB (Red+Green+Blue) = 202+193+156=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC19C is #353E63. Grayscale: #BFBFBF. Windows color (decimal): -3489380 or 10273226. OLE color: 10273226.
HSL color Cylindrical-coordinate representation of color #CAC19C: hue angle of 48.26º degrees, saturation: 0.3, 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 #CAC19C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 156 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.21 |
| HSL | 48.26º | 0.3% | 0.7% | - |
| HSV(B) | 48.26º | 0.23% | 0.79% | - |
| XYZ | 49.43 | 53.1 | 39.1 | - |
| YUV | 191.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 156 | 0 | 0.04 | 0.23 | 0.21 | 48.26 | 0.3 | 0.7 |
| Hex | CA | C1 | 9C | 0 | 4 | 17 | 15 | 30 | 1E | 46 |
| Octal | 312 | 301 | 234 | 0 | 4 | 27 | 25 | 60 | 36 | 106 |
| Binary | 11001010 | 11000001 | 10011100 | 0 | 100 | 10111 | 10101 | 110000 | 11110 | 1000110 |
Color Harmonies of #CAC19C
Complementary color
Monochromatic Colors of #CAC19C
Black with #CAC19C
Text Example
Text Example
White with #CAC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC19C; }
p { color: rgb(202,193,156); }
H1.HeaderClassName
{
color: #CAC19C;
}
.AnyTagClassName
{
color: #CAC19C;
}
</style>
background-color css
<style>
a { background-color: #CAC19C; }
a { background-color: rgb(202,193,156); }
div.DivClassName
{
background-color: #CAC19C;
}
.BgClassName
{
background-color: #CAC19C;
}
</style>
border-color css
<style>
span { border-color: #CAC19C; }
span { border-color: rgb(202,193,156); }
td.TdClassName
{
border-color: #CAC19C;
}
.TagClassName
{
border-color: #CAC19C;
}
</style>