Shades of Clam Shell #CDB0A4
Tints of Clam Shell #CDB0A4
RGB
CMYK
RGB Variations
Color information
#CDB0A4 (or 0xCDB0A4) is known color: Clam Shell. HEX triplet: CD, B0 and A4. RGB value is (205,176,164). Sum of RGB (Red+Green+Blue) = 205+176+164=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0A4 is #324F5B. Grayscale: #B7B7B7. Windows color (decimal): -3297116 or 10793165. OLE color: 10793165.
HSL color Cylindrical-coordinate representation of color #CDB0A4: hue angle of 17.56º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB0A4 is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 164 | - |
| CMYK | 0 | 0.14 | 0.2 | 0.20 |
| HSL | 17.56º | 0.29% | 0.72% | - |
| HSV(B) | 17.56º | 0.2% | 0.8% | - |
| XYZ | 47.4 | 46.71 | 41.64 | - |
| YUV | 183.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 164 | 0 | 0.14 | 0.2 | 0.20 | 17.56 | 0.29 | 0.72 |
| Hex | CD | B0 | A4 | 0 | E | 14 | 14 | 12 | 1D | 48 |
| Octal | 315 | 260 | 244 | 0 | 16 | 24 | 24 | 22 | 35 | 110 |
| Binary | 11001101 | 10110000 | 10100100 | 0 | 1110 | 10100 | 10100 | 10010 | 11101 | 1001000 |
Color Harmonies of #CDB0A4
Complementary color
Monochromatic Colors of #CDB0A4
Black with #CDB0A4
Text Example
Text Example
White with #CDB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0A4; }
p { color: rgb(205,176,164); }
H1.HeaderClassName
{
color: #CDB0A4;
}
.AnyTagClassName
{
color: #CDB0A4;
}
</style>
background-color css
<style>
a { background-color: #CDB0A4; }
a { background-color: rgb(205,176,164); }
div.DivClassName
{
background-color: #CDB0A4;
}
.BgClassName
{
background-color: #CDB0A4;
}
</style>
border-color css
<style>
span { border-color: #CDB0A4; }
span { border-color: rgb(205,176,164); }
td.TdClassName
{
border-color: #CDB0A4;
}
.TagClassName
{
border-color: #CDB0A4;
}
</style>