Shades of Clam Shell #CAB3A6
Tints of Clam Shell #CAB3A6
RGB
CMYK
RGB Variations
Color information
#CAB3A6 (or 0xCAB3A6) is known color: Clam Shell. HEX triplet: CA, B3 and A6. RGB value is (202,179,166). Sum of RGB (Red+Green+Blue) = 202+179+166=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB3A6 is #354C59. Grayscale: #B8B8B8. Windows color (decimal): -3492954 or 10925002. OLE color: 10925002.
HSL color Cylindrical-coordinate representation of color #CAB3A6: hue angle of 21.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB3A6 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 166 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.21 |
| HSL | 21.67º | 0.25% | 0.72% | - |
| HSV(B) | 21.67º | 0.18% | 0.79% | - |
| XYZ | 47.36 | 47.55 | 42.76 | - |
| YUV | 184.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 166 | 0 | 0.11 | 0.18 | 0.21 | 21.67 | 0.25 | 0.72 |
| Hex | CA | B3 | A6 | 0 | B | 12 | 15 | 16 | 19 | 48 |
| Octal | 312 | 263 | 246 | 0 | 13 | 22 | 25 | 26 | 31 | 110 |
| Binary | 11001010 | 10110011 | 10100110 | 0 | 1011 | 10010 | 10101 | 10110 | 11001 | 1001000 |
Color Harmonies of #CAB3A6
Complementary color
Monochromatic Colors of #CAB3A6
Black with #CAB3A6
Text Example
Text Example
White with #CAB3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3A6; }
p { color: rgb(202,179,166); }
H1.HeaderClassName
{
color: #CAB3A6;
}
.AnyTagClassName
{
color: #CAB3A6;
}
</style>
background-color css
<style>
a { background-color: #CAB3A6; }
a { background-color: rgb(202,179,166); }
div.DivClassName
{
background-color: #CAB3A6;
}
.BgClassName
{
background-color: #CAB3A6;
}
</style>
border-color css
<style>
span { border-color: #CAB3A6; }
span { border-color: rgb(202,179,166); }
td.TdClassName
{
border-color: #CAB3A6;
}
.TagClassName
{
border-color: #CAB3A6;
}
</style>