Shades of Clam Shell #CCAEA2
Tints of Clam Shell #CCAEA2
RGB
CMYK
RGB Variations
Color information
#CCAEA2 (or 0xCCAEA2) is known color: Clam Shell. HEX triplet: CC, AE and A2. RGB value is (204,174,162). Sum of RGB (Red+Green+Blue) = 204+174+162=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEA2 is #33515D. Grayscale: #B5B5B5. Windows color (decimal): -3363166 or 10661580. OLE color: 10661580.
HSL color Cylindrical-coordinate representation of color #CCAEA2: hue angle of 17.14º 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 #CCAEA2 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 174 | 162 | - |
CMYK | 0 | 0.15 | 0.21 | 0.2 |
HSL | 17.14º | 0.29% | 0.72% | - |
HSV(B) | 17.14º | 0.21% | 0.8% | - |
XYZ | 46.56 | 45.72 | 40.55 | - |
YUV | 181.6 | 116.94 | 143.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 174 | 162 | 0 | 0.15 | 0.21 | 0.2 | 17.14 | 0.29 | 0.72 |
Hex | CC | AE | A2 | 0 | F | 15 | 14 | 11 | 1D | 48 |
Octal | 314 | 256 | 242 | 0 | 17 | 25 | 24 | 21 | 35 | 110 |
Binary | 11001100 | 10101110 | 10100010 | 0 | 1111 | 10101 | 10100 | 10001 | 11101 | 1001000 |
Color Harmonies of #CCAEA2
Complementary color
Monochromatic Colors of #CCAEA2
Black with #CCAEA2
Text Example
Text Example
White with #CCAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEA2; }
p { color: rgb(204,174,162); }
H1.HeaderClassName
{
color: #CCAEA2;
}
.AnyTagClassName
{
color: #CCAEA2;
}
</style>
background-color css
<style>
a { background-color: #CCAEA2; }
a { background-color: rgb(204,174,162); }
div.DivClassName
{
background-color: #CCAEA2;
}
.BgClassName
{
background-color: #CCAEA2;
}
</style>
border-color css
<style>
span { border-color: #CCAEA2; }
span { border-color: rgb(204,174,162); }
td.TdClassName
{
border-color: #CCAEA2;
}
.TagClassName
{
border-color: #CCAEA2;
}
</style>