Shades of Clam Shell #CAB6AD
Tints of Clam Shell #CAB6AD
RGB
CMYK
RGB Variations
Color information
#CAB6AD (or 0xCAB6AD) is known color: Clam Shell. HEX triplet: CA, B6 and AD. RGB value is (202,182,173). Sum of RGB (Red+Green+Blue) = 202+182+173=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6AD is #354952. Grayscale: #BBBBBB. Windows color (decimal): -3492179 or 11384522. OLE color: 11384522.
HSL color Cylindrical-coordinate representation of color #CAB6AD: hue angle of 18.62º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB6AD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 173 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.21 |
| HSL | 18.62º | 0.21% | 0.74% | - |
| HSV(B) | 18.62º | 0.14% | 0.79% | - |
| XYZ | 48.63 | 49.03 | 46.44 | - |
| YUV | 186.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 173 | 0 | 0.10 | 0.14 | 0.21 | 18.62 | 0.21 | 0.74 |
| Hex | CA | B6 | AD | 0 | A | E | 15 | 13 | 15 | 4A |
| Octal | 312 | 266 | 255 | 0 | 12 | 16 | 25 | 23 | 25 | 112 |
| Binary | 11001010 | 10110110 | 10101101 | 0 | 1010 | 1110 | 10101 | 10011 | 10101 | 1001010 |
Color Harmonies of #CAB6AD
Complementary color
Monochromatic Colors of #CAB6AD
Black with #CAB6AD
Text Example
Text Example
White with #CAB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6AD; }
p { color: rgb(202,182,173); }
H1.HeaderClassName
{
color: #CAB6AD;
}
.AnyTagClassName
{
color: #CAB6AD;
}
</style>
background-color css
<style>
a { background-color: #CAB6AD; }
a { background-color: rgb(202,182,173); }
div.DivClassName
{
background-color: #CAB6AD;
}
.BgClassName
{
background-color: #CAB6AD;
}
</style>
border-color css
<style>
span { border-color: #CAB6AD; }
span { border-color: rgb(202,182,173); }
td.TdClassName
{
border-color: #CAB6AD;
}
.TagClassName
{
border-color: #CAB6AD;
}
</style>