Shades of Clam Shell #CFB3A9
Tints of Clam Shell #CFB3A9
RGB
CMYK
RGB Variations
Color information
#CFB3A9 (or 0xCFB3A9) is known color: Clam Shell. HEX triplet: CF, B3 and A9. RGB value is (207,179,169). Sum of RGB (Red+Green+Blue) = 207+179+169=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB3A9 is #304C56. Grayscale: #BABABA. Windows color (decimal): -3165271 or 11121615. OLE color: 11121615.
HSL color Cylindrical-coordinate representation of color #CFB3A9: hue angle of 15.79º 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 #CFB3A9 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 169 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.19 |
| HSL | 15.79º | 0.28% | 0.74% | - |
| HSV(B) | 15.79º | 0.18% | 0.81% | - |
| XYZ | 49.01 | 48.37 | 44.29 | - |
| YUV | 186.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 169 | 0 | 0.14 | 0.18 | 0.19 | 15.79 | 0.28 | 0.74 |
| Hex | CF | B3 | A9 | 0 | E | 12 | 13 | 10 | 1C | 4A |
| Octal | 317 | 263 | 251 | 0 | 16 | 22 | 23 | 20 | 34 | 112 |
| Binary | 11001111 | 10110011 | 10101001 | 0 | 1110 | 10010 | 10011 | 10000 | 11100 | 1001010 |
Color Harmonies of #CFB3A9
Complementary color
Monochromatic Colors of #CFB3A9
Black with #CFB3A9
Text Example
Text Example
White with #CFB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3A9; }
p { color: rgb(207,179,169); }
H1.HeaderClassName
{
color: #CFB3A9;
}
.AnyTagClassName
{
color: #CFB3A9;
}
</style>
background-color css
<style>
a { background-color: #CFB3A9; }
a { background-color: rgb(207,179,169); }
div.DivClassName
{
background-color: #CFB3A9;
}
.BgClassName
{
background-color: #CFB3A9;
}
</style>
border-color css
<style>
span { border-color: #CFB3A9; }
span { border-color: rgb(207,179,169); }
td.TdClassName
{
border-color: #CFB3A9;
}
.TagClassName
{
border-color: #CFB3A9;
}
</style>