Shades of Clam Shell #CCAFA2
Tints of Clam Shell #CCAFA2
RGB
CMYK
RGB Variations
Color information
#CCAFA2 (or 0xCCAFA2) is known color: Clam Shell. HEX triplet: CC, AF and A2. RGB value is (204,175,162). Sum of RGB (Red+Green+Blue) = 204+175+162=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA2 is #33505D. Grayscale: #B6B6B6. Windows color (decimal): -3362910 or 10661836. OLE color: 10661836.
HSL color Cylindrical-coordinate representation of color #CCAFA2: hue angle of 18.57º 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 #CCAFA2 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 175 | 162 | - |
CMYK | 0 | 0.14 | 0.21 | 0.2 |
HSL | 18.57º | 0.29% | 0.72% | - |
HSV(B) | 18.57º | 0.21% | 0.8% | - |
XYZ | 46.75 | 46.11 | 40.62 | - |
YUV | 182.19 | 116.61 | 143.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 162 | 0 | 0.14 | 0.21 | 0.2 | 18.57 | 0.29 | 0.72 |
Hex | CC | AF | A2 | 0 | E | 15 | 14 | 13 | 1D | 48 |
Octal | 314 | 257 | 242 | 0 | 16 | 25 | 24 | 23 | 35 | 110 |
Binary | 11001100 | 10101111 | 10100010 | 0 | 1110 | 10101 | 10100 | 10011 | 11101 | 1001000 |
Color Harmonies of #CCAFA2
Complementary color
Monochromatic Colors of #CCAFA2
Black with #CCAFA2
Text Example
Text Example
White with #CCAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFA2; }
p { color: rgb(204,175,162); }
H1.HeaderClassName
{
color: #CCAFA2;
}
.AnyTagClassName
{
color: #CCAFA2;
}
</style>
background-color css
<style>
a { background-color: #CCAFA2; }
a { background-color: rgb(204,175,162); }
div.DivClassName
{
background-color: #CCAFA2;
}
.BgClassName
{
background-color: #CCAFA2;
}
</style>
border-color css
<style>
span { border-color: #CCAFA2; }
span { border-color: rgb(204,175,162); }
td.TdClassName
{
border-color: #CCAFA2;
}
.TagClassName
{
border-color: #CCAFA2;
}
</style>