Shades of Clam Shell #CDB6AD
Tints of Clam Shell #CDB6AD
RGB
CMYK
RGB Variations
Color information
#CDB6AD (or 0xCDB6AD) is known color: Clam Shell. HEX triplet: CD, B6 and AD. RGB value is (205,182,173). Sum of RGB (Red+Green+Blue) = 205+182+173=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6AD is #324952. Grayscale: #BBBBBB. Windows color (decimal): -3295571 or 11384525. OLE color: 11384525.
HSL color Cylindrical-coordinate representation of color #CDB6AD: hue angle of 16.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB6AD is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 173 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.20 |
| HSL | 16.88º | 0.24% | 0.74% | - |
| HSV(B) | 16.88º | 0.16% | 0.8% | - |
| XYZ | 49.45 | 49.45 | 46.47 | - |
| YUV | 187.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 173 | 0 | 0.11 | 0.16 | 0.20 | 16.88 | 0.24 | 0.74 |
| Hex | CD | B6 | AD | 0 | B | 10 | 14 | 11 | 18 | 4A |
| Octal | 315 | 266 | 255 | 0 | 13 | 20 | 24 | 21 | 30 | 112 |
| Binary | 11001101 | 10110110 | 10101101 | 0 | 1011 | 10000 | 10100 | 10001 | 11000 | 1001010 |
Color Harmonies of #CDB6AD
Complementary color
Monochromatic Colors of #CDB6AD
Black with #CDB6AD
Text Example
Text Example
White with #CDB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6AD; }
p { color: rgb(205,182,173); }
H1.HeaderClassName
{
color: #CDB6AD;
}
.AnyTagClassName
{
color: #CDB6AD;
}
</style>
background-color css
<style>
a { background-color: #CDB6AD; }
a { background-color: rgb(205,182,173); }
div.DivClassName
{
background-color: #CDB6AD;
}
.BgClassName
{
background-color: #CDB6AD;
}
</style>
border-color css
<style>
span { border-color: #CDB6AD; }
span { border-color: rgb(205,182,173); }
td.TdClassName
{
border-color: #CDB6AD;
}
.TagClassName
{
border-color: #CDB6AD;
}
</style>