Shades of Sour Dough #C9B899
Tints of Sour Dough #C9B899
RGB
CMYK
RGB Variations
Color information
#C9B899 (or 0xC9B899) is known color: Sour Dough. HEX triplet: C9, B8 and 99. RGB value is (201,184,153). Sum of RGB (Red+Green+Blue) = 201+184+153=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B899 is #364766. Grayscale: #B9B9B9. Windows color (decimal): -3557223 or 10074313. OLE color: 10074313.
HSL color Cylindrical-coordinate representation of color #C9B899: hue angle of 38.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B899 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 153 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.21 |
| HSL | 38.75º | 0.31% | 0.69% | - |
| HSV(B) | 38.75º | 0.24% | 0.79% | - |
| XYZ | 46.98 | 49 | 37.12 | - |
| YUV | 185.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 153 | 0 | 0.08 | 0.24 | 0.21 | 38.75 | 0.31 | 0.69 |
| Hex | C9 | B8 | 99 | 0 | 8 | 18 | 15 | 27 | 1F | 45 |
| Octal | 311 | 270 | 231 | 0 | 10 | 30 | 25 | 47 | 37 | 105 |
| Binary | 11001001 | 10111000 | 10011001 | 0 | 1000 | 11000 | 10101 | 100111 | 11111 | 1000101 |
Color Harmonies of #C9B899
Complementary color
Monochromatic Colors of #C9B899
Black with #C9B899
Text Example
Text Example
White with #C9B899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B899; }
p { color: rgb(201,184,153); }
H1.HeaderClassName
{
color: #C9B899;
}
.AnyTagClassName
{
color: #C9B899;
}
</style>
background-color css
<style>
a { background-color: #C9B899; }
a { background-color: rgb(201,184,153); }
div.DivClassName
{
background-color: #C9B899;
}
.BgClassName
{
background-color: #C9B899;
}
</style>
border-color css
<style>
span { border-color: #C9B899; }
span { border-color: rgb(201,184,153); }
td.TdClassName
{
border-color: #C9B899;
}
.TagClassName
{
border-color: #C9B899;
}
</style>