Shades of Clam Shell #CFB7AA
Tints of Clam Shell #CFB7AA
RGB
CMYK
RGB Variations
Color information
#CFB7AA (or 0xCFB7AA) is known color: Clam Shell. HEX triplet: CF, B7 and AA. RGB value is (207,183,170). Sum of RGB (Red+Green+Blue) = 207+183+170=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7AA is #304855. Grayscale: #BCBCBC. Windows color (decimal): -3164246 or 11188175. OLE color: 11188175.
HSL color Cylindrical-coordinate representation of color #CFB7AA: hue angle of 21.08º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB7AA is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 170 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.19 |
| HSL | 21.08º | 0.28% | 0.74% | - |
| HSV(B) | 21.08º | 0.18% | 0.81% | - |
| XYZ | 49.92 | 50.03 | 45.06 | - |
| YUV | 188.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 170 | 0 | 0.12 | 0.18 | 0.19 | 21.08 | 0.28 | 0.74 |
| Hex | CF | B7 | AA | 0 | C | 12 | 13 | 15 | 1C | 4A |
| Octal | 317 | 267 | 252 | 0 | 14 | 22 | 23 | 25 | 34 | 112 |
| Binary | 11001111 | 10110111 | 10101010 | 0 | 1100 | 10010 | 10011 | 10101 | 11100 | 1001010 |
Color Harmonies of #CFB7AA
Complementary color
Monochromatic Colors of #CFB7AA
Black with #CFB7AA
Text Example
Text Example
White with #CFB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7AA; }
p { color: rgb(207,183,170); }
H1.HeaderClassName
{
color: #CFB7AA;
}
.AnyTagClassName
{
color: #CFB7AA;
}
</style>
background-color css
<style>
a { background-color: #CFB7AA; }
a { background-color: rgb(207,183,170); }
div.DivClassName
{
background-color: #CFB7AA;
}
.BgClassName
{
background-color: #CFB7AA;
}
</style>
border-color css
<style>
span { border-color: #CFB7AA; }
span { border-color: rgb(207,183,170); }
td.TdClassName
{
border-color: #CFB7AA;
}
.TagClassName
{
border-color: #CFB7AA;
}
</style>