Shades of Sour Dough #C3B39D
Tints of Sour Dough #C3B39D
RGB
CMYK
RGB Variations
Color information
#C3B39D (or 0xC3B39D) is known color: Sour Dough. HEX triplet: C3, B3 and 9D. RGB value is (195,179,157). Sum of RGB (Red+Green+Blue) = 195+179+157=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B39D is #3C4C62. Grayscale: #B5B5B5. Windows color (decimal): -3951715 or 10335171. OLE color: 10335171.
HSL color Cylindrical-coordinate representation of color #C3B39D: hue angle of 34.74º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3B39D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 157 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.24 |
| HSL | 34.74º | 0.24% | 0.69% | - |
| HSV(B) | 34.74º | 0.19% | 0.76% | - |
| XYZ | 44.71 | 46.28 | 38.47 | - |
| YUV | 181.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 157 | 0 | 0.08 | 0.19 | 0.24 | 34.74 | 0.24 | 0.69 |
| Hex | C3 | B3 | 9D | 0 | 8 | 13 | 18 | 23 | 18 | 45 |
| Octal | 303 | 263 | 235 | 0 | 10 | 23 | 30 | 43 | 30 | 105 |
| Binary | 11000011 | 10110011 | 10011101 | 0 | 1000 | 10011 | 11000 | 100011 | 11000 | 1000101 |
Color Harmonies of #C3B39D
Complementary color
Monochromatic Colors of #C3B39D
Black with #C3B39D
Text Example
Text Example
White with #C3B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B39D; }
p { color: rgb(195,179,157); }
H1.HeaderClassName
{
color: #C3B39D;
}
.AnyTagClassName
{
color: #C3B39D;
}
</style>
background-color css
<style>
a { background-color: #C3B39D; }
a { background-color: rgb(195,179,157); }
div.DivClassName
{
background-color: #C3B39D;
}
.BgClassName
{
background-color: #C3B39D;
}
</style>
border-color css
<style>
span { border-color: #C3B39D; }
span { border-color: rgb(195,179,157); }
td.TdClassName
{
border-color: #C3B39D;
}
.TagClassName
{
border-color: #C3B39D;
}
</style>