Shades of Sour Dough #C8B19A
Tints of Sour Dough #C8B19A
RGB
CMYK
RGB Variations
Color information
#C8B19A (or 0xC8B19A) is known color: Sour Dough. HEX triplet: C8, B1 and 9A. RGB value is (200,177,154). Sum of RGB (Red+Green+Blue) = 200+177+154=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B19A is #374E65. Grayscale: #B5B5B5. Windows color (decimal): -3624550 or 10138056. OLE color: 10138056.
HSL color Cylindrical-coordinate representation of color #C8B19A: hue angle of 30º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B19A is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 154 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.22 |
| HSL | 30º | 0.29% | 0.69% | - |
| HSV(B) | 30º | 0.23% | 0.78% | - |
| XYZ | 45.37 | 46.06 | 37.07 | - |
| YUV | 181.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 154 | 0 | 0.12 | 0.23 | 0.22 | 30 | 0.29 | 0.69 |
| Hex | C8 | B1 | 9A | 0 | C | 17 | 16 | 1E | 1D | 45 |
| Octal | 310 | 261 | 232 | 0 | 14 | 27 | 26 | 36 | 35 | 105 |
| Binary | 11001000 | 10110001 | 10011010 | 0 | 1100 | 10111 | 10110 | 11110 | 11101 | 1000101 |
Color Harmonies of #C8B19A
Complementary color
Monochromatic Colors of #C8B19A
Black with #C8B19A
Text Example
Text Example
White with #C8B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B19A; }
p { color: rgb(200,177,154); }
H1.HeaderClassName
{
color: #C8B19A;
}
.AnyTagClassName
{
color: #C8B19A;
}
</style>
background-color css
<style>
a { background-color: #C8B19A; }
a { background-color: rgb(200,177,154); }
div.DivClassName
{
background-color: #C8B19A;
}
.BgClassName
{
background-color: #C8B19A;
}
</style>
border-color css
<style>
span { border-color: #C8B19A; }
span { border-color: rgb(200,177,154); }
td.TdClassName
{
border-color: #C8B19A;
}
.TagClassName
{
border-color: #C8B19A;
}
</style>