Shades of Clam Shell #CAB2AA
Tints of Clam Shell #CAB2AA
RGB
CMYK
RGB Variations
Color information
#CAB2AA (or 0xCAB2AA) is known color: Clam Shell. HEX triplet: CA, B2 and AA. RGB value is (202,178,170). Sum of RGB (Red+Green+Blue) = 202+178+170=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2AA is #354D55. Grayscale: #B8B8B8. Windows color (decimal): -3493206 or 11186890. OLE color: 11186890.
HSL color Cylindrical-coordinate representation of color #CAB2AA: hue angle of 15º 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 #CAB2AA is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 170 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.21 |
| HSL | 15º | 0.23% | 0.73% | - |
| HSV(B) | 15º | 0.16% | 0.79% | - |
| XYZ | 47.53 | 47.3 | 44.65 | - |
| YUV | 184.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 170 | 0 | 0.12 | 0.16 | 0.21 | 15 | 0.23 | 0.73 |
| Hex | CA | B2 | AA | 0 | C | 10 | 15 | F | 17 | 49 |
| Octal | 312 | 262 | 252 | 0 | 14 | 20 | 25 | 17 | 27 | 111 |
| Binary | 11001010 | 10110010 | 10101010 | 0 | 1100 | 10000 | 10101 | 1111 | 10111 | 1001001 |
Color Harmonies of #CAB2AA
Complementary color
Monochromatic Colors of #CAB2AA
Black with #CAB2AA
Text Example
Text Example
White with #CAB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2AA; }
p { color: rgb(202,178,170); }
H1.HeaderClassName
{
color: #CAB2AA;
}
.AnyTagClassName
{
color: #CAB2AA;
}
</style>
background-color css
<style>
a { background-color: #CAB2AA; }
a { background-color: rgb(202,178,170); }
div.DivClassName
{
background-color: #CAB2AA;
}
.BgClassName
{
background-color: #CAB2AA;
}
</style>
border-color css
<style>
span { border-color: #CAB2AA; }
span { border-color: rgb(202,178,170); }
td.TdClassName
{
border-color: #CAB2AA;
}
.TagClassName
{
border-color: #CAB2AA;
}
</style>