Shades of Sour Dough #C7B09B
Tints of Sour Dough #C7B09B
RGB
CMYK
RGB Variations
Color information
#C7B09B (or 0xC7B09B) is known color: Sour Dough. HEX triplet: C7, B0 and 9B. RGB value is (199,176,155). Sum of RGB (Red+Green+Blue) = 199+176+155=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B09B is #384F64. Grayscale: #B4B4B4. Windows color (decimal): -3690341 or 10203335. OLE color: 10203335.
HSL color Cylindrical-coordinate representation of color #C7B09B: hue angle of 28.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7B09B is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 155 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.22 |
| HSL | 28.64º | 0.28% | 0.69% | - |
| HSV(B) | 28.64º | 0.22% | 0.78% | - |
| XYZ | 44.99 | 45.56 | 37.43 | - |
| YUV | 180.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 155 | 0 | 0.12 | 0.22 | 0.22 | 28.64 | 0.28 | 0.69 |
| Hex | C7 | B0 | 9B | 0 | C | 16 | 16 | 1D | 1C | 45 |
| Octal | 307 | 260 | 233 | 0 | 14 | 26 | 26 | 35 | 34 | 105 |
| Binary | 11000111 | 10110000 | 10011011 | 0 | 1100 | 10110 | 10110 | 11101 | 11100 | 1000101 |
Color Harmonies of #C7B09B
Complementary color
Monochromatic Colors of #C7B09B
Black with #C7B09B
Text Example
Text Example
White with #C7B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B09B; }
p { color: rgb(199,176,155); }
H1.HeaderClassName
{
color: #C7B09B;
}
.AnyTagClassName
{
color: #C7B09B;
}
</style>
background-color css
<style>
a { background-color: #C7B09B; }
a { background-color: rgb(199,176,155); }
div.DivClassName
{
background-color: #C7B09B;
}
.BgClassName
{
background-color: #C7B09B;
}
</style>
border-color css
<style>
span { border-color: #C7B09B; }
span { border-color: rgb(199,176,155); }
td.TdClassName
{
border-color: #C7B09B;
}
.TagClassName
{
border-color: #C7B09B;
}
</style>