Shades of Sour Dough #C8B892
Tints of Sour Dough #C8B892
RGB
CMYK
RGB Variations
Color information
#C8B892 (or 0xC8B892) is known color: Sour Dough. HEX triplet: C8, B8 and 92. RGB value is (200,184,146). Sum of RGB (Red+Green+Blue) = 200+184+146=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B892 is #37476D. Grayscale: #B8B8B8. Windows color (decimal): -3622766 or 9615560. OLE color: 9615560.
HSL color Cylindrical-coordinate representation of color #C8B892: hue angle of 42.22º 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 #C8B892 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 146 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.22 |
| HSL | 42.22º | 0.33% | 0.68% | - |
| HSV(B) | 42.22º | 0.27% | 0.78% | - |
| XYZ | 46.15 | 48.64 | 34.15 | - |
| YUV | 184.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 146 | 0 | 0.08 | 0.27 | 0.22 | 42.22 | 0.33 | 0.68 |
| Hex | C8 | B8 | 92 | 0 | 8 | 1B | 16 | 2A | 21 | 44 |
| Octal | 310 | 270 | 222 | 0 | 10 | 33 | 26 | 52 | 41 | 104 |
| Binary | 11001000 | 10111000 | 10010010 | 0 | 1000 | 11011 | 10110 | 101010 | 100001 | 1000100 |
Color Harmonies of #C8B892
Complementary color
Monochromatic Colors of #C8B892
Black with #C8B892
Text Example
Text Example
White with #C8B892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B892; }
p { color: rgb(200,184,146); }
H1.HeaderClassName
{
color: #C8B892;
}
.AnyTagClassName
{
color: #C8B892;
}
</style>
background-color css
<style>
a { background-color: #C8B892; }
a { background-color: rgb(200,184,146); }
div.DivClassName
{
background-color: #C8B892;
}
.BgClassName
{
background-color: #C8B892;
}
</style>
border-color css
<style>
span { border-color: #C8B892; }
span { border-color: rgb(200,184,146); }
td.TdClassName
{
border-color: #C8B892;
}
.TagClassName
{
border-color: #C8B892;
}
</style>