Shades of Clam Shell #CAB1AB
Tints of Clam Shell #CAB1AB
RGB
CMYK
RGB Variations
Color information
#CAB1AB (or 0xCAB1AB) is known color: Clam Shell. HEX triplet: CA, B1 and AB. RGB value is (202,177,171). Sum of RGB (Red+Green+Blue) = 202+177+171=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1AB is #354E54. Grayscale: #B7B7B7. Windows color (decimal): -3493461 or 11252170. OLE color: 11252170.
HSL color Cylindrical-coordinate representation of color #CAB1AB: hue angle of 11.61º 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 #CAB1AB is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 171 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.21 |
| HSL | 11.61º | 0.23% | 0.73% | - |
| HSV(B) | 11.61º | 0.15% | 0.79% | - |
| XYZ | 47.43 | 46.94 | 45.09 | - |
| YUV | 183.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 171 | 0 | 0.12 | 0.15 | 0.21 | 11.61 | 0.23 | 0.73 |
| Hex | CA | B1 | AB | 0 | C | F | 15 | C | 17 | 49 |
| Octal | 312 | 261 | 253 | 0 | 14 | 17 | 25 | 14 | 27 | 111 |
| Binary | 11001010 | 10110001 | 10101011 | 0 | 1100 | 1111 | 10101 | 1100 | 10111 | 1001001 |
Color Harmonies of #CAB1AB
Complementary color
Monochromatic Colors of #CAB1AB
Black with #CAB1AB
Text Example
Text Example
White with #CAB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1AB; }
p { color: rgb(202,177,171); }
H1.HeaderClassName
{
color: #CAB1AB;
}
.AnyTagClassName
{
color: #CAB1AB;
}
</style>
background-color css
<style>
a { background-color: #CAB1AB; }
a { background-color: rgb(202,177,171); }
div.DivClassName
{
background-color: #CAB1AB;
}
.BgClassName
{
background-color: #CAB1AB;
}
</style>
border-color css
<style>
span { border-color: #CAB1AB; }
span { border-color: rgb(202,177,171); }
td.TdClassName
{
border-color: #CAB1AB;
}
.TagClassName
{
border-color: #CAB1AB;
}
</style>