Shades of Clam Shell #CDB5A6
Tints of Clam Shell #CDB5A6
RGB
CMYK
RGB Variations
Color information
#CDB5A6 (or 0xCDB5A6) is known color: Clam Shell. HEX triplet: CD, B5 and A6. RGB value is (205,181,166). Sum of RGB (Red+Green+Blue) = 205+181+166=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5A6 is #324A59. Grayscale: #BABABA. Windows color (decimal): -3295834 or 10925517. OLE color: 10925517.
HSL color Cylindrical-coordinate representation of color #CDB5A6: hue angle of 23.08º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDB5A6 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 166 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.20 |
| HSL | 23.08º | 0.28% | 0.73% | - |
| HSV(B) | 23.08º | 0.19% | 0.8% | - |
| XYZ | 48.58 | 48.78 | 42.93 | - |
| YUV | 186.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 166 | 0 | 0.12 | 0.19 | 0.20 | 23.08 | 0.28 | 0.73 |
| Hex | CD | B5 | A6 | 0 | C | 13 | 14 | 17 | 1C | 49 |
| Octal | 315 | 265 | 246 | 0 | 14 | 23 | 24 | 27 | 34 | 111 |
| Binary | 11001101 | 10110101 | 10100110 | 0 | 1100 | 10011 | 10100 | 10111 | 11100 | 1001001 |
Color Harmonies of #CDB5A6
Complementary color
Monochromatic Colors of #CDB5A6
Black with #CDB5A6
Text Example
Text Example
White with #CDB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5A6; }
p { color: rgb(205,181,166); }
H1.HeaderClassName
{
color: #CDB5A6;
}
.AnyTagClassName
{
color: #CDB5A6;
}
</style>
background-color css
<style>
a { background-color: #CDB5A6; }
a { background-color: rgb(205,181,166); }
div.DivClassName
{
background-color: #CDB5A6;
}
.BgClassName
{
background-color: #CDB5A6;
}
</style>
border-color css
<style>
span { border-color: #CDB5A6; }
span { border-color: rgb(205,181,166); }
td.TdClassName
{
border-color: #CDB5A6;
}
.TagClassName
{
border-color: #CDB5A6;
}
</style>