Shades of Clam Shell #CDB7A9
Tints of Clam Shell #CDB7A9
RGB
CMYK
RGB Variations
Color information
#CDB7A9 (or 0xCDB7A9) is known color: Clam Shell. HEX triplet: CD, B7 and A9. RGB value is (205,183,169). Sum of RGB (Red+Green+Blue) = 205+183+169=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB7A9 is #324856. Grayscale: #BCBCBC. Windows color (decimal): -3295319 or 11122637. OLE color: 11122637.
HSL color Cylindrical-coordinate representation of color #CDB7A9: hue angle of 23.33º degrees, saturation: 0.26, 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 #CDB7A9 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 169 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.20 |
| HSL | 23.33º | 0.26% | 0.73% | - |
| HSV(B) | 23.33º | 0.18% | 0.8% | - |
| XYZ | 49.27 | 49.71 | 44.53 | - |
| YUV | 187.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 169 | 0 | 0.11 | 0.18 | 0.20 | 23.33 | 0.26 | 0.73 |
| Hex | CD | B7 | A9 | 0 | B | 12 | 14 | 17 | 1A | 49 |
| Octal | 315 | 267 | 251 | 0 | 13 | 22 | 24 | 27 | 32 | 111 |
| Binary | 11001101 | 10110111 | 10101001 | 0 | 1011 | 10010 | 10100 | 10111 | 11010 | 1001001 |
Color Harmonies of #CDB7A9
Complementary color
Monochromatic Colors of #CDB7A9
Black with #CDB7A9
Text Example
Text Example
White with #CDB7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7A9; }
p { color: rgb(205,183,169); }
H1.HeaderClassName
{
color: #CDB7A9;
}
.AnyTagClassName
{
color: #CDB7A9;
}
</style>
background-color css
<style>
a { background-color: #CDB7A9; }
a { background-color: rgb(205,183,169); }
div.DivClassName
{
background-color: #CDB7A9;
}
.BgClassName
{
background-color: #CDB7A9;
}
</style>
border-color css
<style>
span { border-color: #CDB7A9; }
span { border-color: rgb(205,183,169); }
td.TdClassName
{
border-color: #CDB7A9;
}
.TagClassName
{
border-color: #CDB7A9;
}
</style>