Shades of Sour Dough #C3B098
Tints of Sour Dough #C3B098
RGB
CMYK
RGB Variations
Color information
#C3B098 (or 0xC3B098) is known color: Sour Dough. HEX triplet: C3, B0 and 98. RGB value is (195,176,152). Sum of RGB (Red+Green+Blue) = 195+176+152=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B098 is #3C4F67. Grayscale: #B3B3B3. Windows color (decimal): -3952488 or 10006723. OLE color: 10006723.
HSL color Cylindrical-coordinate representation of color #C3B098: hue angle of 33.49º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3B098 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 152 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.24 |
| HSL | 33.49º | 0.26% | 0.68% | - |
| HSV(B) | 33.49º | 0.22% | 0.76% | - |
| XYZ | 43.7 | 44.92 | 36.07 | - |
| YUV | 178.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 152 | 0 | 0.10 | 0.22 | 0.24 | 33.49 | 0.26 | 0.68 |
| Hex | C3 | B0 | 98 | 0 | A | 16 | 18 | 21 | 1A | 44 |
| Octal | 303 | 260 | 230 | 0 | 12 | 26 | 30 | 41 | 32 | 104 |
| Binary | 11000011 | 10110000 | 10011000 | 0 | 1010 | 10110 | 11000 | 100001 | 11010 | 1000100 |
Color Harmonies of #C3B098
Complementary color
Monochromatic Colors of #C3B098
Black with #C3B098
Text Example
Text Example
White with #C3B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B098; }
p { color: rgb(195,176,152); }
H1.HeaderClassName
{
color: #C3B098;
}
.AnyTagClassName
{
color: #C3B098;
}
</style>
background-color css
<style>
a { background-color: #C3B098; }
a { background-color: rgb(195,176,152); }
div.DivClassName
{
background-color: #C3B098;
}
.BgClassName
{
background-color: #C3B098;
}
</style>
border-color css
<style>
span { border-color: #C3B098; }
span { border-color: rgb(195,176,152); }
td.TdClassName
{
border-color: #C3B098;
}
.TagClassName
{
border-color: #C3B098;
}
</style>