Shades of Sisal #CAC1A4
Tints of Sisal #CAC1A4
RGB
CMYK
RGB Variations
Color information
#CAC1A4 (or 0xCAC1A4) is known color: Sisal. HEX triplet: CA, C1 and A4. RGB value is (202,193,164). Sum of RGB (Red+Green+Blue) = 202+193+164=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC1A4 is #353E5B. Grayscale: #C0C0C0. Windows color (decimal): -3489372 or 10797514. OLE color: 10797514.
HSL color Cylindrical-coordinate representation of color #CAC1A4: hue angle of 45.79º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC1A4 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 164 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.21 |
| HSL | 45.79º | 0.26% | 0.72% | - |
| HSV(B) | 45.79º | 0.19% | 0.79% | - |
| XYZ | 50.13 | 53.38 | 42.78 | - |
| YUV | 192.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 164 | 0 | 0.04 | 0.19 | 0.21 | 45.79 | 0.26 | 0.72 |
| Hex | CA | C1 | A4 | 0 | 4 | 13 | 15 | 2E | 1A | 48 |
| Octal | 312 | 301 | 244 | 0 | 4 | 23 | 25 | 56 | 32 | 110 |
| Binary | 11001010 | 11000001 | 10100100 | 0 | 100 | 10011 | 10101 | 101110 | 11010 | 1001000 |
Color Harmonies of #CAC1A4
Complementary color
Monochromatic Colors of #CAC1A4
Black with #CAC1A4
Text Example
Text Example
White with #CAC1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1A4; }
p { color: rgb(202,193,164); }
H1.HeaderClassName
{
color: #CAC1A4;
}
.AnyTagClassName
{
color: #CAC1A4;
}
</style>
background-color css
<style>
a { background-color: #CAC1A4; }
a { background-color: rgb(202,193,164); }
div.DivClassName
{
background-color: #CAC1A4;
}
.BgClassName
{
background-color: #CAC1A4;
}
</style>
border-color css
<style>
span { border-color: #CAC1A4; }
span { border-color: rgb(202,193,164); }
td.TdClassName
{
border-color: #CAC1A4;
}
.TagClassName
{
border-color: #CAC1A4;
}
</style>