Shades of Clam Shell #CDB6AB
Tints of Clam Shell #CDB6AB
RGB
CMYK
RGB Variations
Color information
#CDB6AB (or 0xCDB6AB) is known color: Clam Shell. HEX triplet: CD, B6 and AB. RGB value is (205,182,171). Sum of RGB (Red+Green+Blue) = 205+182+171=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6AB is #324954. Grayscale: #BBBBBB. Windows color (decimal): -3295573 or 11253453. OLE color: 11253453.
HSL color Cylindrical-coordinate representation of color #CDB6AB: hue angle of 19.41º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB6AB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 171 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.20 |
| HSL | 19.41º | 0.25% | 0.74% | - |
| HSV(B) | 19.41º | 0.17% | 0.8% | - |
| XYZ | 49.26 | 49.38 | 45.46 | - |
| YUV | 187.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 171 | 0 | 0.11 | 0.17 | 0.20 | 19.41 | 0.25 | 0.74 |
| Hex | CD | B6 | AB | 0 | B | 11 | 14 | 13 | 19 | 4A |
| Octal | 315 | 266 | 253 | 0 | 13 | 21 | 24 | 23 | 31 | 112 |
| Binary | 11001101 | 10110110 | 10101011 | 0 | 1011 | 10001 | 10100 | 10011 | 11001 | 1001010 |
Color Harmonies of #CDB6AB
Complementary color
Monochromatic Colors of #CDB6AB
Black with #CDB6AB
Text Example
Text Example
White with #CDB6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6AB; }
p { color: rgb(205,182,171); }
H1.HeaderClassName
{
color: #CDB6AB;
}
.AnyTagClassName
{
color: #CDB6AB;
}
</style>
background-color css
<style>
a { background-color: #CDB6AB; }
a { background-color: rgb(205,182,171); }
div.DivClassName
{
background-color: #CDB6AB;
}
.BgClassName
{
background-color: #CDB6AB;
}
</style>
border-color css
<style>
span { border-color: #CDB6AB; }
span { border-color: rgb(205,182,171); }
td.TdClassName
{
border-color: #CDB6AB;
}
.TagClassName
{
border-color: #CDB6AB;
}
</style>