Shades of Clam Shell #CFB3A3
Tints of Clam Shell #CFB3A3
RGB
CMYK
RGB Variations
Color information
#CFB3A3 (or 0xCFB3A3) is known color: Clam Shell. HEX triplet: CF, B3 and A3. RGB value is (207,179,163). Sum of RGB (Red+Green+Blue) = 207+179+163=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB3A3 is #304C5C. Grayscale: #B9B9B9. Windows color (decimal): -3165277 or 10728399. OLE color: 10728399.
HSL color Cylindrical-coordinate representation of color #CFB3A3: hue angle of 21.82º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB3A3 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 163 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.19 |
| HSL | 21.82º | 0.31% | 0.73% | - |
| HSV(B) | 21.82º | 0.21% | 0.81% | - |
| XYZ | 48.46 | 48.15 | 41.39 | - |
| YUV | 185.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 163 | 0 | 0.14 | 0.21 | 0.19 | 21.82 | 0.31 | 0.73 |
| Hex | CF | B3 | A3 | 0 | E | 15 | 13 | 16 | 1F | 49 |
| Octal | 317 | 263 | 243 | 0 | 16 | 25 | 23 | 26 | 37 | 111 |
| Binary | 11001111 | 10110011 | 10100011 | 0 | 1110 | 10101 | 10011 | 10110 | 11111 | 1001001 |
Color Harmonies of #CFB3A3
Complementary color
Monochromatic Colors of #CFB3A3
Black with #CFB3A3
Text Example
Text Example
White with #CFB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3A3; }
p { color: rgb(207,179,163); }
H1.HeaderClassName
{
color: #CFB3A3;
}
.AnyTagClassName
{
color: #CFB3A3;
}
</style>
background-color css
<style>
a { background-color: #CFB3A3; }
a { background-color: rgb(207,179,163); }
div.DivClassName
{
background-color: #CFB3A3;
}
.BgClassName
{
background-color: #CFB3A3;
}
</style>
border-color css
<style>
span { border-color: #CFB3A3; }
span { border-color: rgb(207,179,163); }
td.TdClassName
{
border-color: #CFB3A3;
}
.TagClassName
{
border-color: #CFB3A3;
}
</style>