Shades of Sour Dough #C8B299
Tints of Sour Dough #C8B299
RGB
CMYK
RGB Variations
Color information
#C8B299 (or 0xC8B299) is known color: Sour Dough. HEX triplet: C8, B2 and 99. RGB value is (200,178,153). Sum of RGB (Red+Green+Blue) = 200+178+153=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B299 is #374D66. Grayscale: #B5B5B5. Windows color (decimal): -3624295 or 10072776. OLE color: 10072776.
HSL color Cylindrical-coordinate representation of color #C8B299: hue angle of 31.91º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8B299 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 153 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.22 |
| HSL | 31.91º | 0.3% | 0.69% | - |
| HSV(B) | 31.91º | 0.24% | 0.78% | - |
| XYZ | 45.49 | 46.42 | 36.7 | - |
| YUV | 181.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 153 | 0 | 0.11 | 0.24 | 0.22 | 31.91 | 0.3 | 0.69 |
| Hex | C8 | B2 | 99 | 0 | B | 18 | 16 | 20 | 1E | 45 |
| Octal | 310 | 262 | 231 | 0 | 13 | 30 | 26 | 40 | 36 | 105 |
| Binary | 11001000 | 10110010 | 10011001 | 0 | 1011 | 11000 | 10110 | 100000 | 11110 | 1000101 |
Color Harmonies of #C8B299
Complementary color
Monochromatic Colors of #C8B299
Black with #C8B299
Text Example
Text Example
White with #C8B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B299; }
p { color: rgb(200,178,153); }
H1.HeaderClassName
{
color: #C8B299;
}
.AnyTagClassName
{
color: #C8B299;
}
</style>
background-color css
<style>
a { background-color: #C8B299; }
a { background-color: rgb(200,178,153); }
div.DivClassName
{
background-color: #C8B299;
}
.BgClassName
{
background-color: #C8B299;
}
</style>
border-color css
<style>
span { border-color: #C8B299; }
span { border-color: rgb(200,178,153); }
td.TdClassName
{
border-color: #C8B299;
}
.TagClassName
{
border-color: #C8B299;
}
</style>