Shades of Wafer #C9B7AF
Tints of Wafer #C9B7AF
RGB
CMYK
RGB Variations
Color information
#C9B7AF (or 0xC9B7AF) is known color: Wafer. HEX triplet: C9, B7 and AF. RGB value is (201,183,175). Sum of RGB (Red+Green+Blue) = 201+183+175=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B7AF is #364850. Grayscale: #BBBBBB. Windows color (decimal): -3557457 or 11515849. OLE color: 11515849.
HSL color Cylindrical-coordinate representation of color #C9B7AF: hue angle of 18.46º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9B7AF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 175 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.21 |
| HSL | 18.46º | 0.19% | 0.74% | - |
| HSV(B) | 18.46º | 0.13% | 0.79% | - |
| XYZ | 48.76 | 49.38 | 47.52 | - |
| YUV | 187.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 175 | 0 | 0.09 | 0.13 | 0.21 | 18.46 | 0.19 | 0.74 |
| Hex | C9 | B7 | AF | 0 | 9 | D | 15 | 12 | 13 | 4A |
| Octal | 311 | 267 | 257 | 0 | 11 | 15 | 25 | 22 | 23 | 112 |
| Binary | 11001001 | 10110111 | 10101111 | 0 | 1001 | 1101 | 10101 | 10010 | 10011 | 1001010 |
Color Harmonies of #C9B7AF
Complementary color
Monochromatic Colors of #C9B7AF
Black with #C9B7AF
Text Example
Text Example
White with #C9B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B7AF; }
p { color: rgb(201,183,175); }
H1.HeaderClassName
{
color: #C9B7AF;
}
.AnyTagClassName
{
color: #C9B7AF;
}
</style>
background-color css
<style>
a { background-color: #C9B7AF; }
a { background-color: rgb(201,183,175); }
div.DivClassName
{
background-color: #C9B7AF;
}
.BgClassName
{
background-color: #C9B7AF;
}
</style>
border-color css
<style>
span { border-color: #C9B7AF; }
span { border-color: rgb(201,183,175); }
td.TdClassName
{
border-color: #C9B7AF;
}
.TagClassName
{
border-color: #C9B7AF;
}
</style>