Shades of Sour Dough #C6B293
Tints of Sour Dough #C6B293
RGB
CMYK
RGB Variations
Color information
#C6B293 (or 0xC6B293) is known color: Sour Dough. HEX triplet: C6, B2 and 93. RGB value is (198,178,147). Sum of RGB (Red+Green+Blue) = 198+178+147=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B293 is #394D6C. Grayscale: #B4B4B4. Windows color (decimal): -3755373 or 9679558. OLE color: 9679558.
HSL color Cylindrical-coordinate representation of color #C6B293: hue angle of 36.47º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6B293 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 147 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.22 |
| HSL | 36.47º | 0.31% | 0.68% | - |
| HSV(B) | 36.47º | 0.26% | 0.78% | - |
| XYZ | 44.48 | 45.95 | 34.13 | - |
| YUV | 180.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 147 | 0 | 0.10 | 0.26 | 0.22 | 36.47 | 0.31 | 0.68 |
| Hex | C6 | B2 | 93 | 0 | A | 1A | 16 | 24 | 1F | 44 |
| Octal | 306 | 262 | 223 | 0 | 12 | 32 | 26 | 44 | 37 | 104 |
| Binary | 11000110 | 10110010 | 10010011 | 0 | 1010 | 11010 | 10110 | 100100 | 11111 | 1000100 |
Color Harmonies of #C6B293
Complementary color
Monochromatic Colors of #C6B293
Black with #C6B293
Text Example
Text Example
White with #C6B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B293; }
p { color: rgb(198,178,147); }
H1.HeaderClassName
{
color: #C6B293;
}
.AnyTagClassName
{
color: #C6B293;
}
</style>
background-color css
<style>
a { background-color: #C6B293; }
a { background-color: rgb(198,178,147); }
div.DivClassName
{
background-color: #C6B293;
}
.BgClassName
{
background-color: #C6B293;
}
</style>
border-color css
<style>
span { border-color: #C6B293; }
span { border-color: rgb(198,178,147); }
td.TdClassName
{
border-color: #C6B293;
}
.TagClassName
{
border-color: #C6B293;
}
</style>