Shades of Clam Shell #CDB0A8
Tints of Clam Shell #CDB0A8
RGB
CMYK
RGB Variations
Color information
#CDB0A8 (or 0xCDB0A8) is known color: Clam Shell. HEX triplet: CD, B0 and A8. RGB value is (205,176,168). Sum of RGB (Red+Green+Blue) = 205+176+168=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0A8 is #324F57. Grayscale: #B7B7B7. Windows color (decimal): -3297112 or 11055309. OLE color: 11055309.
HSL color Cylindrical-coordinate representation of color #CDB0A8: hue angle of 12.97º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB0A8 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 168 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.20 |
| HSL | 12.97º | 0.27% | 0.73% | - |
| HSV(B) | 12.97º | 0.18% | 0.8% | - |
| XYZ | 47.77 | 46.86 | 43.57 | - |
| YUV | 183.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 168 | 0 | 0.14 | 0.18 | 0.20 | 12.97 | 0.27 | 0.73 |
| Hex | CD | B0 | A8 | 0 | E | 12 | 14 | D | 1B | 49 |
| Octal | 315 | 260 | 250 | 0 | 16 | 22 | 24 | 15 | 33 | 111 |
| Binary | 11001101 | 10110000 | 10101000 | 0 | 1110 | 10010 | 10100 | 1101 | 11011 | 1001001 |
Color Harmonies of #CDB0A8
Complementary color
Monochromatic Colors of #CDB0A8
Black with #CDB0A8
Text Example
Text Example
White with #CDB0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0A8; }
p { color: rgb(205,176,168); }
H1.HeaderClassName
{
color: #CDB0A8;
}
.AnyTagClassName
{
color: #CDB0A8;
}
</style>
background-color css
<style>
a { background-color: #CDB0A8; }
a { background-color: rgb(205,176,168); }
div.DivClassName
{
background-color: #CDB0A8;
}
.BgClassName
{
background-color: #CDB0A8;
}
</style>
border-color css
<style>
span { border-color: #CDB0A8; }
span { border-color: rgb(205,176,168); }
td.TdClassName
{
border-color: #CDB0A8;
}
.TagClassName
{
border-color: #CDB0A8;
}
</style>