Shades of Wafer #C9B9AF
Tints of Wafer #C9B9AF
RGB
CMYK
RGB Variations
Color information
#C9B9AF (or 0xC9B9AF) is known color: Wafer. HEX triplet: C9, B9 and AF. RGB value is (201,185,175). Sum of RGB (Red+Green+Blue) = 201+185+175=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B9AF is #364650. Grayscale: #BCBCBC. Windows color (decimal): -3556945 or 11516361. OLE color: 11516361.
HSL color Cylindrical-coordinate representation of color #C9B9AF: hue angle of 23.08º 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 #C9B9AF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 175 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.21 |
| HSL | 23.08º | 0.19% | 0.74% | - |
| HSV(B) | 23.08º | 0.13% | 0.79% | - |
| XYZ | 49.17 | 50.21 | 47.66 | - |
| YUV | 188.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 175 | 0 | 0.08 | 0.13 | 0.21 | 23.08 | 0.19 | 0.74 |
| Hex | C9 | B9 | AF | 0 | 8 | D | 15 | 17 | 13 | 4A |
| Octal | 311 | 271 | 257 | 0 | 10 | 15 | 25 | 27 | 23 | 112 |
| Binary | 11001001 | 10111001 | 10101111 | 0 | 1000 | 1101 | 10101 | 10111 | 10011 | 1001010 |
Color Harmonies of #C9B9AF
Complementary color
Monochromatic Colors of #C9B9AF
Black with #C9B9AF
Text Example
Text Example
White with #C9B9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9AF; }
p { color: rgb(201,185,175); }
H1.HeaderClassName
{
color: #C9B9AF;
}
.AnyTagClassName
{
color: #C9B9AF;
}
</style>
background-color css
<style>
a { background-color: #C9B9AF; }
a { background-color: rgb(201,185,175); }
div.DivClassName
{
background-color: #C9B9AF;
}
.BgClassName
{
background-color: #C9B9AF;
}
</style>
border-color css
<style>
span { border-color: #C9B9AF; }
span { border-color: rgb(201,185,175); }
td.TdClassName
{
border-color: #C9B9AF;
}
.TagClassName
{
border-color: #C9B9AF;
}
</style>