Shades of Clam Shell #CDACA6
Tints of Clam Shell #CDACA6
RGB
CMYK
RGB Variations
Color information
#CDACA6 (or 0xCDACA6) is known color: Clam Shell. HEX triplet: CD, AC and A6. RGB value is (205,172,166). Sum of RGB (Red+Green+Blue) = 205+172+166=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDACA6 is #325359. Grayscale: #B5B5B5. Windows color (decimal): -3298138 or 10923213. OLE color: 10923213.
HSL color Cylindrical-coordinate representation of color #CDACA6: hue angle of 9.23º 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 #CDACA6 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 166 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.20 |
| HSL | 9.23º | 0.28% | 0.73% | - |
| HSV(B) | 9.23º | 0.19% | 0.8% | - |
| XYZ | 46.81 | 45.24 | 42.34 | - |
| YUV | 181.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 166 | 0 | 0.16 | 0.19 | 0.20 | 9.23 | 0.28 | 0.73 |
| Hex | CD | AC | A6 | 0 | 10 | 13 | 14 | 9 | 1C | 49 |
| Octal | 315 | 254 | 246 | 0 | 20 | 23 | 24 | 11 | 34 | 111 |
| Binary | 11001101 | 10101100 | 10100110 | 0 | 10000 | 10011 | 10100 | 1001 | 11100 | 1001001 |
Color Harmonies of #CDACA6
Complementary color
Monochromatic Colors of #CDACA6
Black with #CDACA6
Text Example
Text Example
White with #CDACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACA6; }
p { color: rgb(205,172,166); }
H1.HeaderClassName
{
color: #CDACA6;
}
.AnyTagClassName
{
color: #CDACA6;
}
</style>
background-color css
<style>
a { background-color: #CDACA6; }
a { background-color: rgb(205,172,166); }
div.DivClassName
{
background-color: #CDACA6;
}
.BgClassName
{
background-color: #CDACA6;
}
</style>
border-color css
<style>
span { border-color: #CDACA6; }
span { border-color: rgb(205,172,166); }
td.TdClassName
{
border-color: #CDACA6;
}
.TagClassName
{
border-color: #CDACA6;
}
</style>