Shades of Clam Shell #CFAFA0
Tints of Clam Shell #CFAFA0
RGB
CMYK
RGB Variations
Color information
#CFAFA0 (or 0xCFAFA0) is known color: Clam Shell. HEX triplet: CF, AF and A0. RGB value is (207,175,160). Sum of RGB (Red+Green+Blue) = 207+175+160=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFA0 is #30505F. Grayscale: #B6B6B6. Windows color (decimal): -3166304 or 10530767. OLE color: 10530767.
HSL color Cylindrical-coordinate representation of color #CFAFA0: hue angle of 19.15º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAFA0 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 160 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.19 |
| HSL | 19.15º | 0.33% | 0.72% | - |
| HSV(B) | 19.15º | 0.23% | 0.81% | - |
| XYZ | 47.41 | 46.46 | 39.73 | - |
| YUV | 182.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 160 | 0 | 0.15 | 0.23 | 0.19 | 19.15 | 0.33 | 0.72 |
| Hex | CF | AF | A0 | 0 | F | 17 | 13 | 13 | 21 | 48 |
| Octal | 317 | 257 | 240 | 0 | 17 | 27 | 23 | 23 | 41 | 110 |
| Binary | 11001111 | 10101111 | 10100000 | 0 | 1111 | 10111 | 10011 | 10011 | 100001 | 1001000 |
Color Harmonies of #CFAFA0
Complementary color
Monochromatic Colors of #CFAFA0
Black with #CFAFA0
Text Example
Text Example
White with #CFAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFA0; }
p { color: rgb(207,175,160); }
H1.HeaderClassName
{
color: #CFAFA0;
}
.AnyTagClassName
{
color: #CFAFA0;
}
</style>
background-color css
<style>
a { background-color: #CFAFA0; }
a { background-color: rgb(207,175,160); }
div.DivClassName
{
background-color: #CFAFA0;
}
.BgClassName
{
background-color: #CFAFA0;
}
</style>
border-color css
<style>
span { border-color: #CFAFA0; }
span { border-color: rgb(207,175,160); }
td.TdClassName
{
border-color: #CFAFA0;
}
.TagClassName
{
border-color: #CFAFA0;
}
</style>