Shades of Clam Shell #CFB6AB
Tints of Clam Shell #CFB6AB
RGB
CMYK
RGB Variations
Color information
#CFB6AB (or 0xCFB6AB) is known color: Clam Shell. HEX triplet: CF, B6 and AB. RGB value is (207,182,171). Sum of RGB (Red+Green+Blue) = 207+182+171=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB6AB is #304954. Grayscale: #BCBCBC. Windows color (decimal): -3164501 or 11253455. OLE color: 11253455.
HSL color Cylindrical-coordinate representation of color #CFB6AB: hue angle of 18.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB6AB is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 171 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.19 |
| HSL | 18.33º | 0.27% | 0.74% | - |
| HSV(B) | 18.33º | 0.17% | 0.81% | - |
| XYZ | 49.81 | 49.66 | 45.49 | - |
| YUV | 188.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 171 | 0 | 0.12 | 0.17 | 0.19 | 18.33 | 0.27 | 0.74 |
| Hex | CF | B6 | AB | 0 | C | 11 | 13 | 12 | 1B | 4A |
| Octal | 317 | 266 | 253 | 0 | 14 | 21 | 23 | 22 | 33 | 112 |
| Binary | 11001111 | 10110110 | 10101011 | 0 | 1100 | 10001 | 10011 | 10010 | 11011 | 1001010 |
Color Harmonies of #CFB6AB
Complementary color
Monochromatic Colors of #CFB6AB
Black with #CFB6AB
Text Example
Text Example
White with #CFB6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6AB; }
p { color: rgb(207,182,171); }
H1.HeaderClassName
{
color: #CFB6AB;
}
.AnyTagClassName
{
color: #CFB6AB;
}
</style>
background-color css
<style>
a { background-color: #CFB6AB; }
a { background-color: rgb(207,182,171); }
div.DivClassName
{
background-color: #CFB6AB;
}
.BgClassName
{
background-color: #CFB6AB;
}
</style>
border-color css
<style>
span { border-color: #CFB6AB; }
span { border-color: rgb(207,182,171); }
td.TdClassName
{
border-color: #CFB6AB;
}
.TagClassName
{
border-color: #CFB6AB;
}
</style>