Shades of Sour Dough #C3B099
Tints of Sour Dough #C3B099
RGB
CMYK
RGB Variations
Color information
#C3B099 (or 0xC3B099) is known color: Sour Dough. HEX triplet: C3, B0 and 99. RGB value is (195,176,153). Sum of RGB (Red+Green+Blue) = 195+176+153=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B099 is #3C4F66. Grayscale: #B3B3B3. Windows color (decimal): -3952487 or 10072259. OLE color: 10072259.
HSL color Cylindrical-coordinate representation of color #C3B099: hue angle of 32.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3B099 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 153 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.24 |
| HSL | 32.86º | 0.26% | 0.68% | - |
| HSV(B) | 32.86º | 0.22% | 0.76% | - |
| XYZ | 43.78 | 44.95 | 36.51 | - |
| YUV | 179.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 153 | 0 | 0.10 | 0.22 | 0.24 | 32.86 | 0.26 | 0.68 |
| Hex | C3 | B0 | 99 | 0 | A | 16 | 18 | 21 | 1A | 44 |
| Octal | 303 | 260 | 231 | 0 | 12 | 26 | 30 | 41 | 32 | 104 |
| Binary | 11000011 | 10110000 | 10011001 | 0 | 1010 | 10110 | 11000 | 100001 | 11010 | 1000100 |
Color Harmonies of #C3B099
Complementary color
Monochromatic Colors of #C3B099
Black with #C3B099
Text Example
Text Example
White with #C3B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B099; }
p { color: rgb(195,176,153); }
H1.HeaderClassName
{
color: #C3B099;
}
.AnyTagClassName
{
color: #C3B099;
}
</style>
background-color css
<style>
a { background-color: #C3B099; }
a { background-color: rgb(195,176,153); }
div.DivClassName
{
background-color: #C3B099;
}
.BgClassName
{
background-color: #C3B099;
}
</style>
border-color css
<style>
span { border-color: #C3B099; }
span { border-color: rgb(195,176,153); }
td.TdClassName
{
border-color: #C3B099;
}
.TagClassName
{
border-color: #C3B099;
}
</style>