Shades of Sour Dough #C8AD92
Tints of Sour Dough #C8AD92
RGB
CMYK
RGB Variations
Color information
#C8AD92 (or 0xC8AD92) is known color: Sour Dough. HEX triplet: C8, AD and 92. RGB value is (200,173,146). Sum of RGB (Red+Green+Blue) = 200+173+146=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD92 is #37526D. Grayscale: #B2B2B2. Windows color (decimal): -3625582 or 9612744. OLE color: 9612744.
HSL color Cylindrical-coordinate representation of color #C8AD92: hue angle of 30º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8AD92 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 146 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.22 |
| HSL | 30º | 0.33% | 0.68% | - |
| HSV(B) | 30º | 0.27% | 0.78% | - |
| XYZ | 43.95 | 44.24 | 33.42 | - |
| YUV | 178 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 146 | 0 | 0.14 | 0.27 | 0.22 | 30 | 0.33 | 0.68 |
| Hex | C8 | AD | 92 | 0 | E | 1B | 16 | 1E | 21 | 44 |
| Octal | 310 | 255 | 222 | 0 | 16 | 33 | 26 | 36 | 41 | 104 |
| Binary | 11001000 | 10101101 | 10010010 | 0 | 1110 | 11011 | 10110 | 11110 | 100001 | 1000100 |
Color Harmonies of #C8AD92
Complementary color
Monochromatic Colors of #C8AD92
Black with #C8AD92
Text Example
Text Example
White with #C8AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD92; }
p { color: rgb(200,173,146); }
H1.HeaderClassName
{
color: #C8AD92;
}
.AnyTagClassName
{
color: #C8AD92;
}
</style>
background-color css
<style>
a { background-color: #C8AD92; }
a { background-color: rgb(200,173,146); }
div.DivClassName
{
background-color: #C8AD92;
}
.BgClassName
{
background-color: #C8AD92;
}
</style>
border-color css
<style>
span { border-color: #C8AD92; }
span { border-color: rgb(200,173,146); }
td.TdClassName
{
border-color: #C8AD92;
}
.TagClassName
{
border-color: #C8AD92;
}
</style>