Shades of Clam Shell #CAB0AA
Tints of Clam Shell #CAB0AA
RGB
CMYK
RGB Variations
Color information
#CAB0AA (or 0xCAB0AA) is known color: Clam Shell. HEX triplet: CA, B0 and AA. RGB value is (202,176,170). Sum of RGB (Red+Green+Blue) = 202+176+170=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0AA is #354F55. Grayscale: #B7B7B7. Windows color (decimal): -3493718 or 11186378. OLE color: 11186378.
HSL color Cylindrical-coordinate representation of color #CAB0AA: hue angle of 11.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB0AA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 170 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.21 |
| HSL | 11.25º | 0.23% | 0.73% | - |
| HSV(B) | 11.25º | 0.16% | 0.79% | - |
| XYZ | 47.14 | 46.51 | 44.52 | - |
| YUV | 183.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 170 | 0 | 0.13 | 0.16 | 0.21 | 11.25 | 0.23 | 0.73 |
| Hex | CA | B0 | AA | 0 | D | 10 | 15 | B | 17 | 49 |
| Octal | 312 | 260 | 252 | 0 | 15 | 20 | 25 | 13 | 27 | 111 |
| Binary | 11001010 | 10110000 | 10101010 | 0 | 1101 | 10000 | 10101 | 1011 | 10111 | 1001001 |
Color Harmonies of #CAB0AA
Complementary color
Monochromatic Colors of #CAB0AA
Black with #CAB0AA
Text Example
Text Example
White with #CAB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0AA; }
p { color: rgb(202,176,170); }
H1.HeaderClassName
{
color: #CAB0AA;
}
.AnyTagClassName
{
color: #CAB0AA;
}
</style>
background-color css
<style>
a { background-color: #CAB0AA; }
a { background-color: rgb(202,176,170); }
div.DivClassName
{
background-color: #CAB0AA;
}
.BgClassName
{
background-color: #CAB0AA;
}
</style>
border-color css
<style>
span { border-color: #CAB0AA; }
span { border-color: rgb(202,176,170); }
td.TdClassName
{
border-color: #CAB0AA;
}
.TagClassName
{
border-color: #CAB0AA;
}
</style>