Shades of Soft Amber #CAC0AB
Tints of Soft Amber #CAC0AB
RGB
CMYK
RGB Variations
Color information
#CAC0AB (or 0xCAC0AB) is known color: Soft Amber. HEX triplet: CA, C0 and AB. RGB value is (202,192,171). Sum of RGB (Red+Green+Blue) = 202+192+171=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC0AB is #353F54. Grayscale: #C0C0C0. Windows color (decimal): -3489621 or 11256010. OLE color: 11256010.
HSL color Cylindrical-coordinate representation of color #CAC0AB: hue angle of 40.65º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC0AB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 171 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.21 |
| HSL | 40.65º | 0.23% | 0.73% | - |
| HSV(B) | 40.65º | 0.15% | 0.79% | - |
| XYZ | 50.56 | 53.2 | 46.13 | - |
| YUV | 192.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 171 | 0 | 0.05 | 0.15 | 0.21 | 40.65 | 0.23 | 0.73 |
| Hex | CA | C0 | AB | 0 | 5 | F | 15 | 29 | 17 | 49 |
| Octal | 312 | 300 | 253 | 0 | 5 | 17 | 25 | 51 | 27 | 111 |
| Binary | 11001010 | 11000000 | 10101011 | 0 | 101 | 1111 | 10101 | 101001 | 10111 | 1001001 |
Color Harmonies of #CAC0AB
Complementary color
Monochromatic Colors of #CAC0AB
Black with #CAC0AB
Text Example
Text Example
White with #CAC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0AB; }
p { color: rgb(202,192,171); }
H1.HeaderClassName
{
color: #CAC0AB;
}
.AnyTagClassName
{
color: #CAC0AB;
}
</style>
background-color css
<style>
a { background-color: #CAC0AB; }
a { background-color: rgb(202,192,171); }
div.DivClassName
{
background-color: #CAC0AB;
}
.BgClassName
{
background-color: #CAC0AB;
}
</style>
border-color css
<style>
span { border-color: #CAC0AB; }
span { border-color: rgb(202,192,171); }
td.TdClassName
{
border-color: #CAC0AB;
}
.TagClassName
{
border-color: #CAC0AB;
}
</style>