Shades of Clam Shell #CAB1A3
Tints of Clam Shell #CAB1A3
RGB
CMYK
RGB Variations
Color information
#CAB1A3 (or 0xCAB1A3) is known color: Clam Shell. HEX triplet: CA, B1 and A3. RGB value is (202,177,163). Sum of RGB (Red+Green+Blue) = 202+177+163=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1A3 is #354E5C. Grayscale: #B6B6B6. Windows color (decimal): -3493469 or 10727882. OLE color: 10727882.
HSL color Cylindrical-coordinate representation of color #CAB1A3: hue angle of 21.54º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB1A3 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 163 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.21 |
| HSL | 21.54º | 0.27% | 0.72% | - |
| HSV(B) | 21.54º | 0.19% | 0.79% | - |
| XYZ | 46.69 | 46.65 | 41.19 | - |
| YUV | 182.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 163 | 0 | 0.12 | 0.19 | 0.21 | 21.54 | 0.27 | 0.72 |
| Hex | CA | B1 | A3 | 0 | C | 13 | 15 | 16 | 1B | 48 |
| Octal | 312 | 261 | 243 | 0 | 14 | 23 | 25 | 26 | 33 | 110 |
| Binary | 11001010 | 10110001 | 10100011 | 0 | 1100 | 10011 | 10101 | 10110 | 11011 | 1001000 |
Color Harmonies of #CAB1A3
Complementary color
Monochromatic Colors of #CAB1A3
Black with #CAB1A3
Text Example
Text Example
White with #CAB1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1A3; }
p { color: rgb(202,177,163); }
H1.HeaderClassName
{
color: #CAB1A3;
}
.AnyTagClassName
{
color: #CAB1A3;
}
</style>
background-color css
<style>
a { background-color: #CAB1A3; }
a { background-color: rgb(202,177,163); }
div.DivClassName
{
background-color: #CAB1A3;
}
.BgClassName
{
background-color: #CAB1A3;
}
</style>
border-color css
<style>
span { border-color: #CAB1A3; }
span { border-color: rgb(202,177,163); }
td.TdClassName
{
border-color: #CAB1A3;
}
.TagClassName
{
border-color: #CAB1A3;
}
</style>