Shades of Sour Dough #C5B293
Tints of Sour Dough #C5B293
RGB
CMYK
RGB Variations
Color information
#C5B293 (or 0xC5B293) is known color: Sour Dough. HEX triplet: C5, B2 and 93. RGB value is (197,178,147). Sum of RGB (Red+Green+Blue) = 197+178+147=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B293 is #3A4D6C. Grayscale: #B4B4B4. Windows color (decimal): -3820909 or 9679557. OLE color: 9679557.
HSL color Cylindrical-coordinate representation of color #C5B293: hue angle of 37.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B293 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 147 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.23 |
| HSL | 37.2º | 0.3% | 0.67% | - |
| HSV(B) | 37.2º | 0.25% | 0.77% | - |
| XYZ | 44.21 | 45.82 | 34.12 | - |
| YUV | 180.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 147 | 0 | 0.10 | 0.25 | 0.23 | 37.2 | 0.3 | 0.67 |
| Hex | C5 | B2 | 93 | 0 | A | 19 | 17 | 25 | 1E | 43 |
| Octal | 305 | 262 | 223 | 0 | 12 | 31 | 27 | 45 | 36 | 103 |
| Binary | 11000101 | 10110010 | 10010011 | 0 | 1010 | 11001 | 10111 | 100101 | 11110 | 1000011 |
Color Harmonies of #C5B293
Complementary color
Monochromatic Colors of #C5B293
Black with #C5B293
Text Example
Text Example
White with #C5B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B293; }
p { color: rgb(197,178,147); }
H1.HeaderClassName
{
color: #C5B293;
}
.AnyTagClassName
{
color: #C5B293;
}
</style>
background-color css
<style>
a { background-color: #C5B293; }
a { background-color: rgb(197,178,147); }
div.DivClassName
{
background-color: #C5B293;
}
.BgClassName
{
background-color: #C5B293;
}
</style>
border-color css
<style>
span { border-color: #C5B293; }
span { border-color: rgb(197,178,147); }
td.TdClassName
{
border-color: #C5B293;
}
.TagClassName
{
border-color: #C5B293;
}
</style>