Shades of Sour Dough #C3B39F
Tints of Sour Dough #C3B39F
RGB
CMYK
RGB Variations
Color information
#C3B39F (or 0xC3B39F) is known color: Sour Dough. HEX triplet: C3, B3 and 9F. RGB value is (195,179,159). Sum of RGB (Red+Green+Blue) = 195+179+159=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B39F is #3C4C60. Grayscale: #B5B5B5. Windows color (decimal): -3951713 or 10466243. OLE color: 10466243.
HSL color Cylindrical-coordinate representation of color #C3B39F: hue angle of 33.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3B39F is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 159 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.24 |
| HSL | 33.33º | 0.23% | 0.69% | - |
| HSV(B) | 33.33º | 0.18% | 0.76% | - |
| XYZ | 44.88 | 46.35 | 39.38 | - |
| YUV | 181.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 159 | 0 | 0.08 | 0.18 | 0.24 | 33.33 | 0.23 | 0.69 |
| Hex | C3 | B3 | 9F | 0 | 8 | 12 | 18 | 21 | 17 | 45 |
| Octal | 303 | 263 | 237 | 0 | 10 | 22 | 30 | 41 | 27 | 105 |
| Binary | 11000011 | 10110011 | 10011111 | 0 | 1000 | 10010 | 11000 | 100001 | 10111 | 1000101 |
Color Harmonies of #C3B39F
Complementary color
Monochromatic Colors of #C3B39F
Black with #C3B39F
Text Example
Text Example
White with #C3B39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B39F; }
p { color: rgb(195,179,159); }
H1.HeaderClassName
{
color: #C3B39F;
}
.AnyTagClassName
{
color: #C3B39F;
}
</style>
background-color css
<style>
a { background-color: #C3B39F; }
a { background-color: rgb(195,179,159); }
div.DivClassName
{
background-color: #C3B39F;
}
.BgClassName
{
background-color: #C3B39F;
}
</style>
border-color css
<style>
span { border-color: #C3B39F; }
span { border-color: rgb(195,179,159); }
td.TdClassName
{
border-color: #C3B39F;
}
.TagClassName
{
border-color: #C3B39F;
}
</style>