Shades of Sour Dough #C4B098
Tints of Sour Dough #C4B098
RGB
CMYK
RGB Variations
Color information
#C4B098 (or 0xC4B098) is known color: Sour Dough. HEX triplet: C4, B0 and 98. RGB value is (196,176,152). Sum of RGB (Red+Green+Blue) = 196+176+152=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B098 is #3B4F67. Grayscale: #B3B3B3. Windows color (decimal): -3886952 or 10006724. OLE color: 10006724.
HSL color Cylindrical-coordinate representation of color #C4B098: hue angle of 32.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4B098 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 152 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.23 |
| HSL | 32.73º | 0.27% | 0.68% | - |
| HSV(B) | 32.73º | 0.22% | 0.77% | - |
| XYZ | 43.96 | 45.05 | 36.09 | - |
| YUV | 179.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 152 | 0 | 0.10 | 0.22 | 0.23 | 32.73 | 0.27 | 0.68 |
| Hex | C4 | B0 | 98 | 0 | A | 16 | 17 | 21 | 1B | 44 |
| Octal | 304 | 260 | 230 | 0 | 12 | 26 | 27 | 41 | 33 | 104 |
| Binary | 11000100 | 10110000 | 10011000 | 0 | 1010 | 10110 | 10111 | 100001 | 11011 | 1000100 |
Color Harmonies of #C4B098
Complementary color
Monochromatic Colors of #C4B098
Black with #C4B098
Text Example
Text Example
White with #C4B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B098; }
p { color: rgb(196,176,152); }
H1.HeaderClassName
{
color: #C4B098;
}
.AnyTagClassName
{
color: #C4B098;
}
</style>
background-color css
<style>
a { background-color: #C4B098; }
a { background-color: rgb(196,176,152); }
div.DivClassName
{
background-color: #C4B098;
}
.BgClassName
{
background-color: #C4B098;
}
</style>
border-color css
<style>
span { border-color: #C4B098; }
span { border-color: rgb(196,176,152); }
td.TdClassName
{
border-color: #C4B098;
}
.TagClassName
{
border-color: #C4B098;
}
</style>