Shades of Sour Dough #C8B39B
Tints of Sour Dough #C8B39B
RGB
CMYK
RGB Variations
Color information
#C8B39B (or 0xC8B39B) is known color: Sour Dough. HEX triplet: C8, B3 and 9B. RGB value is (200,179,155). Sum of RGB (Red+Green+Blue) = 200+179+155=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B39B is #374C64. Grayscale: #B6B6B6. Windows color (decimal): -3624037 or 10204104. OLE color: 10204104.
HSL color Cylindrical-coordinate representation of color #C8B39B: hue angle of 32º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B39B is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 155 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.22 |
| HSL | 32º | 0.29% | 0.7% | - |
| HSV(B) | 32º | 0.23% | 0.78% | - |
| XYZ | 45.86 | 46.89 | 37.64 | - |
| YUV | 182.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 155 | 0 | 0.10 | 0.22 | 0.22 | 32 | 0.29 | 0.7 |
| Hex | C8 | B3 | 9B | 0 | A | 16 | 16 | 20 | 1D | 46 |
| Octal | 310 | 263 | 233 | 0 | 12 | 26 | 26 | 40 | 35 | 106 |
| Binary | 11001000 | 10110011 | 10011011 | 0 | 1010 | 10110 | 10110 | 100000 | 11101 | 1000110 |
Color Harmonies of #C8B39B
Complementary color
Monochromatic Colors of #C8B39B
Black with #C8B39B
Text Example
Text Example
White with #C8B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B39B; }
p { color: rgb(200,179,155); }
H1.HeaderClassName
{
color: #C8B39B;
}
.AnyTagClassName
{
color: #C8B39B;
}
</style>
background-color css
<style>
a { background-color: #C8B39B; }
a { background-color: rgb(200,179,155); }
div.DivClassName
{
background-color: #C8B39B;
}
.BgClassName
{
background-color: #C8B39B;
}
</style>
border-color css
<style>
span { border-color: #C8B39B; }
span { border-color: rgb(200,179,155); }
td.TdClassName
{
border-color: #C8B39B;
}
.TagClassName
{
border-color: #C8B39B;
}
</style>