Shades of Sour Dough #C4B19A
Tints of Sour Dough #C4B19A
RGB
CMYK
RGB Variations
Color information
#C4B19A (or 0xC4B19A) is known color: Sour Dough. HEX triplet: C4, B1 and 9A. RGB value is (196,177,154). Sum of RGB (Red+Green+Blue) = 196+177+154=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B19A is #3B4E65. Grayscale: #B4B4B4. Windows color (decimal): -3886694 or 10138052. OLE color: 10138052.
HSL color Cylindrical-coordinate representation of color #C4B19A: hue angle of 32.86º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4B19A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 154 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.23 |
| HSL | 32.86º | 0.26% | 0.69% | - |
| HSV(B) | 32.86º | 0.21% | 0.77% | - |
| XYZ | 44.32 | 45.51 | 37.02 | - |
| YUV | 180.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 154 | 0 | 0.10 | 0.21 | 0.23 | 32.86 | 0.26 | 0.69 |
| Hex | C4 | B1 | 9A | 0 | A | 15 | 17 | 21 | 1A | 45 |
| Octal | 304 | 261 | 232 | 0 | 12 | 25 | 27 | 41 | 32 | 105 |
| Binary | 11000100 | 10110001 | 10011010 | 0 | 1010 | 10101 | 10111 | 100001 | 11010 | 1000101 |
Color Harmonies of #C4B19A
Complementary color
Monochromatic Colors of #C4B19A
Black with #C4B19A
Text Example
Text Example
White with #C4B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B19A; }
p { color: rgb(196,177,154); }
H1.HeaderClassName
{
color: #C4B19A;
}
.AnyTagClassName
{
color: #C4B19A;
}
</style>
background-color css
<style>
a { background-color: #C4B19A; }
a { background-color: rgb(196,177,154); }
div.DivClassName
{
background-color: #C4B19A;
}
.BgClassName
{
background-color: #C4B19A;
}
</style>
border-color css
<style>
span { border-color: #C4B19A; }
span { border-color: rgb(196,177,154); }
td.TdClassName
{
border-color: #C4B19A;
}
.TagClassName
{
border-color: #C4B19A;
}
</style>