Shades of Clam Shell #CCADA1
Tints of Clam Shell #CCADA1
RGB
CMYK
RGB Variations
Color information
#CCADA1 (or 0xCCADA1) is known color: Clam Shell. HEX triplet: CC, AD and A1. RGB value is (204,173,161). Sum of RGB (Red+Green+Blue) = 204+173+161=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA1 is #33525E. Grayscale: #B4B4B4. Windows color (decimal): -3363423 or 10595788. OLE color: 10595788.
HSL color Cylindrical-coordinate representation of color #CCADA1: hue angle of 16.74º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCADA1 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 161 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.2 |
| HSL | 16.74º | 0.3% | 0.72% | - |
| HSV(B) | 16.74º | 0.21% | 0.8% | - |
| XYZ | 46.28 | 45.3 | 40.02 | - |
| YUV | 180.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 161 | 0 | 0.15 | 0.21 | 0.2 | 16.74 | 0.3 | 0.72 |
| Hex | CC | AD | A1 | 0 | F | 15 | 14 | 11 | 1E | 48 |
| Octal | 314 | 255 | 241 | 0 | 17 | 25 | 24 | 21 | 36 | 110 |
| Binary | 11001100 | 10101101 | 10100001 | 0 | 1111 | 10101 | 10100 | 10001 | 11110 | 1001000 |
Color Harmonies of #CCADA1
Complementary color
Monochromatic Colors of #CCADA1
Black with #CCADA1
Text Example
Text Example
White with #CCADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADA1; }
p { color: rgb(204,173,161); }
H1.HeaderClassName
{
color: #CCADA1;
}
.AnyTagClassName
{
color: #CCADA1;
}
</style>
background-color css
<style>
a { background-color: #CCADA1; }
a { background-color: rgb(204,173,161); }
div.DivClassName
{
background-color: #CCADA1;
}
.BgClassName
{
background-color: #CCADA1;
}
</style>
border-color css
<style>
span { border-color: #CCADA1; }
span { border-color: rgb(204,173,161); }
td.TdClassName
{
border-color: #CCADA1;
}
.TagClassName
{
border-color: #CCADA1;
}
</style>