Shades of Clam Shell #CCADA2
Tints of Clam Shell #CCADA2
RGB
CMYK
RGB Variations
Color information
#CCADA2 (or 0xCCADA2) is known color: Clam Shell. HEX triplet: CC, AD and A2. RGB value is (204,173,162). Sum of RGB (Red+Green+Blue) = 204+173+162=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA2 is #33525D. Grayscale: #B5B5B5. Windows color (decimal): -3363422 or 10661324. OLE color: 10661324.
HSL color Cylindrical-coordinate representation of color #CCADA2: hue angle of 15.71º degrees, saturation: 0.29, 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 #CCADA2 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 173 | 162 | - |
CMYK | 0 | 0.15 | 0.21 | 0.2 |
HSL | 15.71º | 0.29% | 0.72% | - |
HSV(B) | 15.71º | 0.21% | 0.8% | - |
XYZ | 46.37 | 45.33 | 40.49 | - |
YUV | 181.02 | 117.27 | 144.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 173 | 162 | 0 | 0.15 | 0.21 | 0.2 | 15.71 | 0.29 | 0.72 |
Hex | CC | AD | A2 | 0 | F | 15 | 14 | 10 | 1D | 48 |
Octal | 314 | 255 | 242 | 0 | 17 | 25 | 24 | 20 | 35 | 110 |
Binary | 11001100 | 10101101 | 10100010 | 0 | 1111 | 10101 | 10100 | 10000 | 11101 | 1001000 |
Color Harmonies of #CCADA2
Complementary color
Monochromatic Colors of #CCADA2
Black with #CCADA2
Text Example
Text Example
White with #CCADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADA2; }
p { color: rgb(204,173,162); }
H1.HeaderClassName
{
color: #CCADA2;
}
.AnyTagClassName
{
color: #CCADA2;
}
</style>
background-color css
<style>
a { background-color: #CCADA2; }
a { background-color: rgb(204,173,162); }
div.DivClassName
{
background-color: #CCADA2;
}
.BgClassName
{
background-color: #CCADA2;
}
</style>
border-color css
<style>
span { border-color: #CCADA2; }
span { border-color: rgb(204,173,162); }
td.TdClassName
{
border-color: #CCADA2;
}
.TagClassName
{
border-color: #CCADA2;
}
</style>