Shades of Clam Shell #C8B6AF
Tints of Clam Shell #C8B6AF
RGB
CMYK
RGB Variations
Color information
#C8B6AF (or 0xC8B6AF) is known color: Clam Shell. HEX triplet: C8, B6 and AF. RGB value is (200,182,175). Sum of RGB (Red+Green+Blue) = 200+182+175=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B6AF is #374950. Grayscale: #BABABA. Windows color (decimal): -3623249 or 11515592. OLE color: 11515592.
HSL color Cylindrical-coordinate representation of color #C8B6AF: hue angle of 16.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B6AF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 175 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.22 |
| HSL | 16.8º | 0.19% | 0.74% | - |
| HSV(B) | 16.8º | 0.13% | 0.78% | - |
| XYZ | 48.29 | 48.83 | 47.44 | - |
| YUV | 186.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 175 | 0 | 0.09 | 0.12 | 0.22 | 16.8 | 0.19 | 0.74 |
| Hex | C8 | B6 | AF | 0 | 9 | C | 16 | 11 | 13 | 4A |
| Octal | 310 | 266 | 257 | 0 | 11 | 14 | 26 | 21 | 23 | 112 |
| Binary | 11001000 | 10110110 | 10101111 | 0 | 1001 | 1100 | 10110 | 10001 | 10011 | 1001010 |
Color Harmonies of #C8B6AF
Complementary color
Monochromatic Colors of #C8B6AF
Black with #C8B6AF
Text Example
Text Example
White with #C8B6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6AF; }
p { color: rgb(200,182,175); }
H1.HeaderClassName
{
color: #C8B6AF;
}
.AnyTagClassName
{
color: #C8B6AF;
}
</style>
background-color css
<style>
a { background-color: #C8B6AF; }
a { background-color: rgb(200,182,175); }
div.DivClassName
{
background-color: #C8B6AF;
}
.BgClassName
{
background-color: #C8B6AF;
}
</style>
border-color css
<style>
span { border-color: #C8B6AF; }
span { border-color: rgb(200,182,175); }
td.TdClassName
{
border-color: #C8B6AF;
}
.TagClassName
{
border-color: #C8B6AF;
}
</style>