Shades of Sour Dough #C7B69C
Tints of Sour Dough #C7B69C
RGB
CMYK
RGB Variations
Color information
#C7B69C (or 0xC7B69C) is known color: Sour Dough. HEX triplet: C7, B6 and 9C. RGB value is (199,182,156). Sum of RGB (Red+Green+Blue) = 199+182+156=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B69C is #384963. Grayscale: #B8B8B8. Windows color (decimal): -3688804 or 10270407. OLE color: 10270407.
HSL color Cylindrical-coordinate representation of color #C7B69C: hue angle of 36.28º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7B69C is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 182 | 156 | - |
CMYK | 0 | 0.09 | 0.22 | 0.22 |
HSL | 36.28º | 0.28% | 0.7% | - |
HSV(B) | 36.28º | 0.22% | 0.78% | - |
XYZ | 46.28 | 48 | 38.28 | - |
YUV | 184.12 | 112.13 | 138.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 182 | 156 | 0 | 0.09 | 0.22 | 0.22 | 36.28 | 0.28 | 0.7 |
Hex | C7 | B6 | 9C | 0 | 9 | 16 | 16 | 24 | 1C | 46 |
Octal | 307 | 266 | 234 | 0 | 11 | 26 | 26 | 44 | 34 | 106 |
Binary | 11000111 | 10110110 | 10011100 | 0 | 1001 | 10110 | 10110 | 100100 | 11100 | 1000110 |
Color Harmonies of #C7B69C
Complementary color
Monochromatic Colors of #C7B69C
Black with #C7B69C
Text Example
Text Example
White with #C7B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B69C; }
p { color: rgb(199,182,156); }
H1.HeaderClassName
{
color: #C7B69C;
}
.AnyTagClassName
{
color: #C7B69C;
}
</style>
background-color css
<style>
a { background-color: #C7B69C; }
a { background-color: rgb(199,182,156); }
div.DivClassName
{
background-color: #C7B69C;
}
.BgClassName
{
background-color: #C7B69C;
}
</style>
border-color css
<style>
span { border-color: #C7B69C; }
span { border-color: rgb(199,182,156); }
td.TdClassName
{
border-color: #C7B69C;
}
.TagClassName
{
border-color: #C7B69C;
}
</style>