Shades of Clam Shell #CCAFA4
Tints of Clam Shell #CCAFA4
RGB
CMYK
RGB Variations
Color information
#CCAFA4 (or 0xCCAFA4) is known color: Clam Shell. HEX triplet: CC, AF and A4. RGB value is (204,175,164). Sum of RGB (Red+Green+Blue) = 204+175+164=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA4 is #33505B. Grayscale: #B6B6B6. Windows color (decimal): -3362908 or 10792908. OLE color: 10792908.
HSL color Cylindrical-coordinate representation of color #CCAFA4: hue angle of 16.5º degrees, saturation: 0.28, 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 #CCAFA4 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 164 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.2 |
| HSL | 16.5º | 0.28% | 0.72% | - |
| HSV(B) | 16.5º | 0.2% | 0.8% | - |
| XYZ | 46.93 | 46.18 | 41.56 | - |
| YUV | 182.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 164 | 0 | 0.14 | 0.20 | 0.2 | 16.5 | 0.28 | 0.72 |
| Hex | CC | AF | A4 | 0 | E | 14 | 14 | 10 | 1C | 48 |
| Octal | 314 | 257 | 244 | 0 | 16 | 24 | 24 | 20 | 34 | 110 |
| Binary | 11001100 | 10101111 | 10100100 | 0 | 1110 | 10100 | 10100 | 10000 | 11100 | 1001000 |
Color Harmonies of #CCAFA4
Complementary color
Monochromatic Colors of #CCAFA4
Black with #CCAFA4
Text Example
Text Example
White with #CCAFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFA4; }
p { color: rgb(204,175,164); }
H1.HeaderClassName
{
color: #CCAFA4;
}
.AnyTagClassName
{
color: #CCAFA4;
}
</style>
background-color css
<style>
a { background-color: #CCAFA4; }
a { background-color: rgb(204,175,164); }
div.DivClassName
{
background-color: #CCAFA4;
}
.BgClassName
{
background-color: #CCAFA4;
}
</style>
border-color css
<style>
span { border-color: #CCAFA4; }
span { border-color: rgb(204,175,164); }
td.TdClassName
{
border-color: #CCAFA4;
}
.TagClassName
{
border-color: #CCAFA4;
}
</style>