Shades of Sour Dough #C9B195
Tints of Sour Dough #C9B195
RGB
CMYK
RGB Variations
Color information
#C9B195 (or 0xC9B195) is known color: Sour Dough. HEX triplet: C9, B1 and 95. RGB value is (201,177,149). Sum of RGB (Red+Green+Blue) = 201+177+149=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B195 is #364E6A. Grayscale: #B5B5B5. Windows color (decimal): -3559019 or 9810377. OLE color: 9810377.
HSL color Cylindrical-coordinate representation of color #C9B195: hue angle of 32.31º 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 #C9B195 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 149 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.21 |
| HSL | 32.31º | 0.33% | 0.69% | - |
| HSV(B) | 32.31º | 0.26% | 0.79% | - |
| XYZ | 45.23 | 46.03 | 34.93 | - |
| YUV | 180.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 149 | 0 | 0.12 | 0.26 | 0.21 | 32.31 | 0.33 | 0.69 |
| Hex | C9 | B1 | 95 | 0 | C | 1A | 15 | 20 | 20 | 45 |
| Octal | 311 | 261 | 225 | 0 | 14 | 32 | 25 | 40 | 40 | 105 |
| Binary | 11001001 | 10110001 | 10010101 | 0 | 1100 | 11010 | 10101 | 100000 | 100000 | 1000101 |
Color Harmonies of #C9B195
Complementary color
Monochromatic Colors of #C9B195
Black with #C9B195
Text Example
Text Example
White with #C9B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B195; }
p { color: rgb(201,177,149); }
H1.HeaderClassName
{
color: #C9B195;
}
.AnyTagClassName
{
color: #C9B195;
}
</style>
background-color css
<style>
a { background-color: #C9B195; }
a { background-color: rgb(201,177,149); }
div.DivClassName
{
background-color: #C9B195;
}
.BgClassName
{
background-color: #C9B195;
}
</style>
border-color css
<style>
span { border-color: #C9B195; }
span { border-color: rgb(201,177,149); }
td.TdClassName
{
border-color: #C9B195;
}
.TagClassName
{
border-color: #C9B195;
}
</style>