Shades of Sour Dough #C7B49C
Tints of Sour Dough #C7B49C
RGB
CMYK
RGB Variations
Color information
#C7B49C (or 0xC7B49C) is known color: Sour Dough. HEX triplet: C7, B4 and 9C. RGB value is (199,180,156). Sum of RGB (Red+Green+Blue) = 199+180+156=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B49C is #384B63. Grayscale: #B7B7B7. Windows color (decimal): -3689316 or 10269895. OLE color: 10269895.
HSL color Cylindrical-coordinate representation of color #C7B49C: hue angle of 33.49º 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 #C7B49C is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 180 | 156 | - |
CMYK | 0 | 0.10 | 0.22 | 0.22 |
HSL | 33.49º | 0.28% | 0.7% | - |
HSV(B) | 33.49º | 0.22% | 0.78% | - |
XYZ | 45.88 | 47.18 | 38.14 | - |
YUV | 182.95 | 112.79 | 139.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 180 | 156 | 0 | 0.10 | 0.22 | 0.22 | 33.49 | 0.28 | 0.7 |
Hex | C7 | B4 | 9C | 0 | A | 16 | 16 | 21 | 1C | 46 |
Octal | 307 | 264 | 234 | 0 | 12 | 26 | 26 | 41 | 34 | 106 |
Binary | 11000111 | 10110100 | 10011100 | 0 | 1010 | 10110 | 10110 | 100001 | 11100 | 1000110 |
Color Harmonies of #C7B49C
Complementary color
Monochromatic Colors of #C7B49C
Black with #C7B49C
Text Example
Text Example
White with #C7B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B49C; }
p { color: rgb(199,180,156); }
H1.HeaderClassName
{
color: #C7B49C;
}
.AnyTagClassName
{
color: #C7B49C;
}
</style>
background-color css
<style>
a { background-color: #C7B49C; }
a { background-color: rgb(199,180,156); }
div.DivClassName
{
background-color: #C7B49C;
}
.BgClassName
{
background-color: #C7B49C;
}
</style>
border-color css
<style>
span { border-color: #C7B49C; }
span { border-color: rgb(199,180,156); }
td.TdClassName
{
border-color: #C7B49C;
}
.TagClassName
{
border-color: #C7B49C;
}
</style>