Shades of Sour Dough #C7B69B
Tints of Sour Dough #C7B69B
RGB
CMYK
RGB Variations
Color information
#C7B69B (or 0xC7B69B) is known color: Sour Dough. HEX triplet: C7, B6 and 9B. RGB value is (199,182,155). Sum of RGB (Red+Green+Blue) = 199+182+155=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B69B is #384964. Grayscale: #B8B8B8. Windows color (decimal): -3688805 or 10204871. OLE color: 10204871.
HSL color Cylindrical-coordinate representation of color #C7B69B: hue angle of 36.82º 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 #C7B69B is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 182 | 155 | - |
CMYK | 0 | 0.09 | 0.22 | 0.22 |
HSL | 36.82º | 0.28% | 0.69% | - |
HSV(B) | 36.82º | 0.22% | 0.78% | - |
XYZ | 46.2 | 47.96 | 37.83 | - |
YUV | 184.01 | 111.63 | 138.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 182 | 155 | 0 | 0.09 | 0.22 | 0.22 | 36.82 | 0.28 | 0.69 |
Hex | C7 | B6 | 9B | 0 | 9 | 16 | 16 | 25 | 1C | 45 |
Octal | 307 | 266 | 233 | 0 | 11 | 26 | 26 | 45 | 34 | 105 |
Binary | 11000111 | 10110110 | 10011011 | 0 | 1001 | 10110 | 10110 | 100101 | 11100 | 1000101 |
Color Harmonies of #C7B69B
Complementary color
Monochromatic Colors of #C7B69B
Black with #C7B69B
Text Example
Text Example
White with #C7B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B69B; }
p { color: rgb(199,182,155); }
H1.HeaderClassName
{
color: #C7B69B;
}
.AnyTagClassName
{
color: #C7B69B;
}
</style>
background-color css
<style>
a { background-color: #C7B69B; }
a { background-color: rgb(199,182,155); }
div.DivClassName
{
background-color: #C7B69B;
}
.BgClassName
{
background-color: #C7B69B;
}
</style>
border-color css
<style>
span { border-color: #C7B69B; }
span { border-color: rgb(199,182,155); }
td.TdClassName
{
border-color: #C7B69B;
}
.TagClassName
{
border-color: #C7B69B;
}
</style>