Shades of Sour Dough #C9B398
Tints of Sour Dough #C9B398
RGB
CMYK
RGB Variations
Color information
#C9B398 (or 0xC9B398) is known color: Sour Dough. HEX triplet: C9, B3 and 98. RGB value is (201,179,152). Sum of RGB (Red+Green+Blue) = 201+179+152=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B398 is #364C67. Grayscale: #B6B6B6. Windows color (decimal): -3558504 or 10007497. OLE color: 10007497.
HSL color Cylindrical-coordinate representation of color #C9B398: hue angle of 33.06º 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 #C9B398 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 152 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.21 |
| HSL | 33.06º | 0.31% | 0.69% | - |
| HSV(B) | 33.06º | 0.24% | 0.79% | - |
| XYZ | 45.87 | 46.92 | 36.35 | - |
| YUV | 182.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 152 | 0 | 0.11 | 0.24 | 0.21 | 33.06 | 0.31 | 0.69 |
| Hex | C9 | B3 | 98 | 0 | B | 18 | 15 | 21 | 1F | 45 |
| Octal | 311 | 263 | 230 | 0 | 13 | 30 | 25 | 41 | 37 | 105 |
| Binary | 11001001 | 10110011 | 10011000 | 0 | 1011 | 11000 | 10101 | 100001 | 11111 | 1000101 |
Color Harmonies of #C9B398
Complementary color
Monochromatic Colors of #C9B398
Black with #C9B398
Text Example
Text Example
White with #C9B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B398; }
p { color: rgb(201,179,152); }
H1.HeaderClassName
{
color: #C9B398;
}
.AnyTagClassName
{
color: #C9B398;
}
</style>
background-color css
<style>
a { background-color: #C9B398; }
a { background-color: rgb(201,179,152); }
div.DivClassName
{
background-color: #C9B398;
}
.BgClassName
{
background-color: #C9B398;
}
</style>
border-color css
<style>
span { border-color: #C9B398; }
span { border-color: rgb(201,179,152); }
td.TdClassName
{
border-color: #C9B398;
}
.TagClassName
{
border-color: #C9B398;
}
</style>