Shades of Wafer #C8B7AE
Tints of Wafer #C8B7AE
RGB
CMYK
RGB Variations
Color information
#C8B7AE (or 0xC8B7AE) is known color: Wafer. HEX triplet: C8, B7 and AE. RGB value is (200,183,174). Sum of RGB (Red+Green+Blue) = 200+183+174=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B7AE is #374851. Grayscale: #BBBBBB. Windows color (decimal): -3622994 or 11450312. OLE color: 11450312.
HSL color Cylindrical-coordinate representation of color #C8B7AE: hue angle of 20.77º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B7AE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 174 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.22 |
| HSL | 20.77º | 0.19% | 0.73% | - |
| HSV(B) | 20.77º | 0.13% | 0.78% | - |
| XYZ | 48.39 | 49.2 | 46.99 | - |
| YUV | 187.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 174 | 0 | 0.08 | 0.13 | 0.22 | 20.77 | 0.19 | 0.73 |
| Hex | C8 | B7 | AE | 0 | 8 | D | 16 | 15 | 13 | 49 |
| Octal | 310 | 267 | 256 | 0 | 10 | 15 | 26 | 25 | 23 | 111 |
| Binary | 11001000 | 10110111 | 10101110 | 0 | 1000 | 1101 | 10110 | 10101 | 10011 | 1001001 |
Color Harmonies of #C8B7AE
Complementary color
Monochromatic Colors of #C8B7AE
Black with #C8B7AE
Text Example
Text Example
White with #C8B7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7AE; }
p { color: rgb(200,183,174); }
H1.HeaderClassName
{
color: #C8B7AE;
}
.AnyTagClassName
{
color: #C8B7AE;
}
</style>
background-color css
<style>
a { background-color: #C8B7AE; }
a { background-color: rgb(200,183,174); }
div.DivClassName
{
background-color: #C8B7AE;
}
.BgClassName
{
background-color: #C8B7AE;
}
</style>
border-color css
<style>
span { border-color: #C8B7AE; }
span { border-color: rgb(200,183,174); }
td.TdClassName
{
border-color: #C8B7AE;
}
.TagClassName
{
border-color: #C8B7AE;
}
</style>