Shades of Clam Shell #CDB2AC
Tints of Clam Shell #CDB2AC
RGB
CMYK
RGB Variations
Color information
#CDB2AC (or 0xCDB2AC) is known color: Clam Shell. HEX triplet: CD, B2 and AC. RGB value is (205,178,172). Sum of RGB (Red+Green+Blue) = 205+178+172=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2AC is #324D53. Grayscale: #B9B9B9. Windows color (decimal): -3296596 or 11317965. OLE color: 11317965.
HSL color Cylindrical-coordinate representation of color #CDB2AC: hue angle of 10.91º degrees, saturation: 0.25, 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 #CDB2AC is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 172 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.20 |
| HSL | 10.91º | 0.25% | 0.74% | - |
| HSV(B) | 10.91º | 0.16% | 0.8% | - |
| XYZ | 48.54 | 47.8 | 45.7 | - |
| YUV | 185.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 172 | 0 | 0.13 | 0.16 | 0.20 | 10.91 | 0.25 | 0.74 |
| Hex | CD | B2 | AC | 0 | D | 10 | 14 | B | 19 | 4A |
| Octal | 315 | 262 | 254 | 0 | 15 | 20 | 24 | 13 | 31 | 112 |
| Binary | 11001101 | 10110010 | 10101100 | 0 | 1101 | 10000 | 10100 | 1011 | 11001 | 1001010 |
Color Harmonies of #CDB2AC
Complementary color
Monochromatic Colors of #CDB2AC
Black with #CDB2AC
Text Example
Text Example
White with #CDB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2AC; }
p { color: rgb(205,178,172); }
H1.HeaderClassName
{
color: #CDB2AC;
}
.AnyTagClassName
{
color: #CDB2AC;
}
</style>
background-color css
<style>
a { background-color: #CDB2AC; }
a { background-color: rgb(205,178,172); }
div.DivClassName
{
background-color: #CDB2AC;
}
.BgClassName
{
background-color: #CDB2AC;
}
</style>
border-color css
<style>
span { border-color: #CDB2AC; }
span { border-color: rgb(205,178,172); }
td.TdClassName
{
border-color: #CDB2AC;
}
.TagClassName
{
border-color: #CDB2AC;
}
</style>