Shades of Clam Shell #CAB4AB
Tints of Clam Shell #CAB4AB
RGB
CMYK
RGB Variations
Color information
#CAB4AB (or 0xCAB4AB) is known color: Clam Shell. HEX triplet: CA, B4 and AB. RGB value is (202,180,171). Sum of RGB (Red+Green+Blue) = 202+180+171=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4AB is #354B54. Grayscale: #B9B9B9. Windows color (decimal): -3492693 or 11252938. OLE color: 11252938.
HSL color Cylindrical-coordinate representation of color #CAB4AB: hue angle of 17.42º 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 #CAB4AB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 171 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.21 |
| HSL | 17.42º | 0.23% | 0.73% | - |
| HSV(B) | 17.42º | 0.15% | 0.79% | - |
| XYZ | 48.03 | 48.14 | 45.29 | - |
| YUV | 185.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 171 | 0 | 0.11 | 0.15 | 0.21 | 17.42 | 0.23 | 0.73 |
| Hex | CA | B4 | AB | 0 | B | F | 15 | 11 | 17 | 49 |
| Octal | 312 | 264 | 253 | 0 | 13 | 17 | 25 | 21 | 27 | 111 |
| Binary | 11001010 | 10110100 | 10101011 | 0 | 1011 | 1111 | 10101 | 10001 | 10111 | 1001001 |
Color Harmonies of #CAB4AB
Complementary color
Monochromatic Colors of #CAB4AB
Black with #CAB4AB
Text Example
Text Example
White with #CAB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4AB; }
p { color: rgb(202,180,171); }
H1.HeaderClassName
{
color: #CAB4AB;
}
.AnyTagClassName
{
color: #CAB4AB;
}
</style>
background-color css
<style>
a { background-color: #CAB4AB; }
a { background-color: rgb(202,180,171); }
div.DivClassName
{
background-color: #CAB4AB;
}
.BgClassName
{
background-color: #CAB4AB;
}
</style>
border-color css
<style>
span { border-color: #CAB4AB; }
span { border-color: rgb(202,180,171); }
td.TdClassName
{
border-color: #CAB4AB;
}
.TagClassName
{
border-color: #CAB4AB;
}
</style>