Shades of Sour Dough #C8B699
Tints of Sour Dough #C8B699
RGB
CMYK
RGB Variations
Color information
#C8B699 (or 0xC8B699) is known color: Sour Dough. HEX triplet: C8, B6 and 99. RGB value is (200,182,153). Sum of RGB (Red+Green+Blue) = 200+182+153=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B699 is #374966. Grayscale: #B8B8B8. Windows color (decimal): -3623271 or 10073800. OLE color: 10073800.
HSL color Cylindrical-coordinate representation of color #C8B699: hue angle of 37.02º 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 #C8B699 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 153 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.22 |
| HSL | 37.02º | 0.3% | 0.69% | - |
| HSV(B) | 37.02º | 0.24% | 0.78% | - |
| XYZ | 46.3 | 48.04 | 36.97 | - |
| YUV | 184.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 153 | 0 | 0.09 | 0.24 | 0.22 | 37.02 | 0.3 | 0.69 |
| Hex | C8 | B6 | 99 | 0 | 9 | 18 | 16 | 25 | 1E | 45 |
| Octal | 310 | 266 | 231 | 0 | 11 | 30 | 26 | 45 | 36 | 105 |
| Binary | 11001000 | 10110110 | 10011001 | 0 | 1001 | 11000 | 10110 | 100101 | 11110 | 1000101 |
Color Harmonies of #C8B699
Complementary color
Monochromatic Colors of #C8B699
Black with #C8B699
Text Example
Text Example
White with #C8B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B699; }
p { color: rgb(200,182,153); }
H1.HeaderClassName
{
color: #C8B699;
}
.AnyTagClassName
{
color: #C8B699;
}
</style>
background-color css
<style>
a { background-color: #C8B699; }
a { background-color: rgb(200,182,153); }
div.DivClassName
{
background-color: #C8B699;
}
.BgClassName
{
background-color: #C8B699;
}
</style>
border-color css
<style>
span { border-color: #C8B699; }
span { border-color: rgb(200,182,153); }
td.TdClassName
{
border-color: #C8B699;
}
.TagClassName
{
border-color: #C8B699;
}
</style>