Shades of Clam Shell #CAB4A9
Tints of Clam Shell #CAB4A9
RGB
CMYK
RGB Variations
Color information
#CAB4A9 (or 0xCAB4A9) is known color: Clam Shell. HEX triplet: CA, B4 and A9. RGB value is (202,180,169). Sum of RGB (Red+Green+Blue) = 202+180+169=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4A9 is #354B56. Grayscale: #B9B9B9. Windows color (decimal): -3492695 or 11121866. OLE color: 11121866.
HSL color Cylindrical-coordinate representation of color #CAB4A9: hue angle of 20º degrees, saturation: 0.24, 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 #CAB4A9 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 169 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.21 |
| HSL | 20º | 0.24% | 0.73% | - |
| HSV(B) | 20º | 0.16% | 0.79% | - |
| XYZ | 47.84 | 48.06 | 44.29 | - |
| YUV | 185.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 169 | 0 | 0.11 | 0.16 | 0.21 | 20 | 0.24 | 0.73 |
| Hex | CA | B4 | A9 | 0 | B | 10 | 15 | 14 | 18 | 49 |
| Octal | 312 | 264 | 251 | 0 | 13 | 20 | 25 | 24 | 30 | 111 |
| Binary | 11001010 | 10110100 | 10101001 | 0 | 1011 | 10000 | 10101 | 10100 | 11000 | 1001001 |
Color Harmonies of #CAB4A9
Complementary color
Monochromatic Colors of #CAB4A9
Black with #CAB4A9
Text Example
Text Example
White with #CAB4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4A9; }
p { color: rgb(202,180,169); }
H1.HeaderClassName
{
color: #CAB4A9;
}
.AnyTagClassName
{
color: #CAB4A9;
}
</style>
background-color css
<style>
a { background-color: #CAB4A9; }
a { background-color: rgb(202,180,169); }
div.DivClassName
{
background-color: #CAB4A9;
}
.BgClassName
{
background-color: #CAB4A9;
}
</style>
border-color css
<style>
span { border-color: #CAB4A9; }
span { border-color: rgb(202,180,169); }
td.TdClassName
{
border-color: #CAB4A9;
}
.TagClassName
{
border-color: #CAB4A9;
}
</style>