Shades of Clam Shell #CFAFA2
Tints of Clam Shell #CFAFA2
RGB
CMYK
RGB Variations
Color information
#CFAFA2 (or 0xCFAFA2) is known color: Clam Shell. HEX triplet: CF, AF and A2. RGB value is (207,175,162). Sum of RGB (Red+Green+Blue) = 207+175+162=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFA2 is #30505D. Grayscale: #B7B7B7. Windows color (decimal): -3166302 or 10661839. OLE color: 10661839.
HSL color Cylindrical-coordinate representation of color #CFAFA2: hue angle of 17.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAFA2 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 162 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.19 |
| HSL | 17.33º | 0.32% | 0.72% | - |
| HSV(B) | 17.33º | 0.22% | 0.81% | - |
| XYZ | 47.58 | 46.53 | 40.66 | - |
| YUV | 183.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 162 | 0 | 0.15 | 0.22 | 0.19 | 17.33 | 0.32 | 0.72 |
| Hex | CF | AF | A2 | 0 | F | 16 | 13 | 11 | 20 | 48 |
| Octal | 317 | 257 | 242 | 0 | 17 | 26 | 23 | 21 | 40 | 110 |
| Binary | 11001111 | 10101111 | 10100010 | 0 | 1111 | 10110 | 10011 | 10001 | 100000 | 1001000 |
Color Harmonies of #CFAFA2
Complementary color
Monochromatic Colors of #CFAFA2
Black with #CFAFA2
Text Example
Text Example
White with #CFAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFA2; }
p { color: rgb(207,175,162); }
H1.HeaderClassName
{
color: #CFAFA2;
}
.AnyTagClassName
{
color: #CFAFA2;
}
</style>
background-color css
<style>
a { background-color: #CFAFA2; }
a { background-color: rgb(207,175,162); }
div.DivClassName
{
background-color: #CFAFA2;
}
.BgClassName
{
background-color: #CFAFA2;
}
</style>
border-color css
<style>
span { border-color: #CFAFA2; }
span { border-color: rgb(207,175,162); }
td.TdClassName
{
border-color: #CFAFA2;
}
.TagClassName
{
border-color: #CFAFA2;
}
</style>