Shades of Sour Dough #C8B69B
Tints of Sour Dough #C8B69B
RGB
CMYK
RGB Variations
Color information
#C8B69B (or 0xC8B69B) is known color: Sour Dough. HEX triplet: C8, B6 and 9B. RGB value is (200,182,155). Sum of RGB (Red+Green+Blue) = 200+182+155=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B69B is #374964. Grayscale: #B8B8B8. Windows color (decimal): -3623269 or 10204872. OLE color: 10204872.
HSL color Cylindrical-coordinate representation of color #C8B69B: hue angle of 36º 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 #C8B69B is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 155 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.22 |
| HSL | 36º | 0.29% | 0.7% | - |
| HSV(B) | 36º | 0.23% | 0.78% | - |
| XYZ | 46.46 | 48.1 | 37.85 | - |
| YUV | 184.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 155 | 0 | 0.09 | 0.22 | 0.22 | 36 | 0.29 | 0.7 |
| Hex | C8 | B6 | 9B | 0 | 9 | 16 | 16 | 24 | 1D | 46 |
| Octal | 310 | 266 | 233 | 0 | 11 | 26 | 26 | 44 | 35 | 106 |
| Binary | 11001000 | 10110110 | 10011011 | 0 | 1001 | 10110 | 10110 | 100100 | 11101 | 1000110 |
Color Harmonies of #C8B69B
Complementary color
Monochromatic Colors of #C8B69B
Black with #C8B69B
Text Example
Text Example
White with #C8B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B69B; }
p { color: rgb(200,182,155); }
H1.HeaderClassName
{
color: #C8B69B;
}
.AnyTagClassName
{
color: #C8B69B;
}
</style>
background-color css
<style>
a { background-color: #C8B69B; }
a { background-color: rgb(200,182,155); }
div.DivClassName
{
background-color: #C8B69B;
}
.BgClassName
{
background-color: #C8B69B;
}
</style>
border-color css
<style>
span { border-color: #C8B69B; }
span { border-color: rgb(200,182,155); }
td.TdClassName
{
border-color: #C8B69B;
}
.TagClassName
{
border-color: #C8B69B;
}
</style>