Shades of Sour Dough #C9AF95
Tints of Sour Dough #C9AF95
RGB
CMYK
RGB Variations
Color information
#C9AF95 (or 0xC9AF95) is known color: Sour Dough. HEX triplet: C9, AF and 95. RGB value is (201,175,149). Sum of RGB (Red+Green+Blue) = 201+175+149=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF95 is #36506A. Grayscale: #B3B3B3. Windows color (decimal): -3559531 or 9809865. OLE color: 9809865.
HSL color Cylindrical-coordinate representation of color #C9AF95: hue angle of 30º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9AF95 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 149 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.21 |
| HSL | 30º | 0.33% | 0.69% | - |
| HSV(B) | 30º | 0.26% | 0.79% | - |
| XYZ | 44.84 | 45.25 | 34.8 | - |
| YUV | 179.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 149 | 0 | 0.13 | 0.26 | 0.21 | 30 | 0.33 | 0.69 |
| Hex | C9 | AF | 95 | 0 | D | 1A | 15 | 1E | 20 | 45 |
| Octal | 311 | 257 | 225 | 0 | 15 | 32 | 25 | 36 | 40 | 105 |
| Binary | 11001001 | 10101111 | 10010101 | 0 | 1101 | 11010 | 10101 | 11110 | 100000 | 1000101 |
Color Harmonies of #C9AF95
Complementary color
Monochromatic Colors of #C9AF95
Black with #C9AF95
Text Example
Text Example
White with #C9AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF95; }
p { color: rgb(201,175,149); }
H1.HeaderClassName
{
color: #C9AF95;
}
.AnyTagClassName
{
color: #C9AF95;
}
</style>
background-color css
<style>
a { background-color: #C9AF95; }
a { background-color: rgb(201,175,149); }
div.DivClassName
{
background-color: #C9AF95;
}
.BgClassName
{
background-color: #C9AF95;
}
</style>
border-color css
<style>
span { border-color: #C9AF95; }
span { border-color: rgb(201,175,149); }
td.TdClassName
{
border-color: #C9AF95;
}
.TagClassName
{
border-color: #C9AF95;
}
</style>