Shades of Clam Shell #CFB0A0
Tints of Clam Shell #CFB0A0
RGB
CMYK
RGB Variations
Color information
#CFB0A0 (or 0xCFB0A0) is known color: Clam Shell. HEX triplet: CF, B0 and A0. RGB value is (207,176,160). Sum of RGB (Red+Green+Blue) = 207+176+160=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0A0 is #304F5F. Grayscale: #B7B7B7. Windows color (decimal): -3166048 or 10531023. OLE color: 10531023.
HSL color Cylindrical-coordinate representation of color #CFB0A0: hue angle of 20.43º 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 #CFB0A0 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 160 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.19 |
| HSL | 20.43º | 0.33% | 0.72% | - |
| HSV(B) | 20.43º | 0.23% | 0.81% | - |
| XYZ | 47.6 | 46.85 | 39.79 | - |
| YUV | 183.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 160 | 0 | 0.15 | 0.23 | 0.19 | 20.43 | 0.33 | 0.72 |
| Hex | CF | B0 | A0 | 0 | F | 17 | 13 | 14 | 21 | 48 |
| Octal | 317 | 260 | 240 | 0 | 17 | 27 | 23 | 24 | 41 | 110 |
| Binary | 11001111 | 10110000 | 10100000 | 0 | 1111 | 10111 | 10011 | 10100 | 100001 | 1001000 |
Color Harmonies of #CFB0A0
Complementary color
Monochromatic Colors of #CFB0A0
Black with #CFB0A0
Text Example
Text Example
White with #CFB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0A0; }
p { color: rgb(207,176,160); }
H1.HeaderClassName
{
color: #CFB0A0;
}
.AnyTagClassName
{
color: #CFB0A0;
}
</style>
background-color css
<style>
a { background-color: #CFB0A0; }
a { background-color: rgb(207,176,160); }
div.DivClassName
{
background-color: #CFB0A0;
}
.BgClassName
{
background-color: #CFB0A0;
}
</style>
border-color css
<style>
span { border-color: #CFB0A0; }
span { border-color: rgb(207,176,160); }
td.TdClassName
{
border-color: #CFB0A0;
}
.TagClassName
{
border-color: #CFB0A0;
}
</style>