Shades of Clam Shell #CCAFA1
Tints of Clam Shell #CCAFA1
RGB
CMYK
RGB Variations
Color information
#CCAFA1 (or 0xCCAFA1) is known color: Clam Shell. HEX triplet: CC, AF and A1. RGB value is (204,175,161). Sum of RGB (Red+Green+Blue) = 204+175+161=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA1 is #33505E. Grayscale: #B6B6B6. Windows color (decimal): -3362911 or 10596300. OLE color: 10596300.
HSL color Cylindrical-coordinate representation of color #CCAFA1: hue angle of 19.53º 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 #CCAFA1 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 161 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.2 |
| HSL | 19.53º | 0.3% | 0.72% | - |
| HSV(B) | 19.53º | 0.21% | 0.8% | - |
| XYZ | 46.66 | 46.07 | 40.15 | - |
| YUV | 182.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 161 | 0 | 0.14 | 0.21 | 0.2 | 19.53 | 0.3 | 0.72 |
| Hex | CC | AF | A1 | 0 | E | 15 | 14 | 14 | 1E | 48 |
| Octal | 314 | 257 | 241 | 0 | 16 | 25 | 24 | 24 | 36 | 110 |
| Binary | 11001100 | 10101111 | 10100001 | 0 | 1110 | 10101 | 10100 | 10100 | 11110 | 1001000 |
Color Harmonies of #CCAFA1
Complementary color
Monochromatic Colors of #CCAFA1
Black with #CCAFA1
Text Example
Text Example
White with #CCAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFA1; }
p { color: rgb(204,175,161); }
H1.HeaderClassName
{
color: #CCAFA1;
}
.AnyTagClassName
{
color: #CCAFA1;
}
</style>
background-color css
<style>
a { background-color: #CCAFA1; }
a { background-color: rgb(204,175,161); }
div.DivClassName
{
background-color: #CCAFA1;
}
.BgClassName
{
background-color: #CCAFA1;
}
</style>
border-color css
<style>
span { border-color: #CCAFA1; }
span { border-color: rgb(204,175,161); }
td.TdClassName
{
border-color: #CCAFA1;
}
.TagClassName
{
border-color: #CCAFA1;
}
</style>