Shades of Sour Dough #C3B09A
Tints of Sour Dough #C3B09A
RGB
CMYK
RGB Variations
Color information
#C3B09A (or 0xC3B09A) is known color: Sour Dough. HEX triplet: C3, B0 and 9A. RGB value is (195,176,154). Sum of RGB (Red+Green+Blue) = 195+176+154=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B09A is #3C4F65. Grayscale: #B3B3B3. Windows color (decimal): -3952486 or 10137795. OLE color: 10137795.
HSL color Cylindrical-coordinate representation of color #C3B09A: hue angle of 32.2º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3B09A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 154 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.24 |
| HSL | 32.2º | 0.25% | 0.68% | - |
| HSV(B) | 32.2º | 0.21% | 0.76% | - |
| XYZ | 43.86 | 44.99 | 36.94 | - |
| YUV | 179.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 154 | 0 | 0.10 | 0.21 | 0.24 | 32.2 | 0.25 | 0.68 |
| Hex | C3 | B0 | 9A | 0 | A | 15 | 18 | 20 | 19 | 44 |
| Octal | 303 | 260 | 232 | 0 | 12 | 25 | 30 | 40 | 31 | 104 |
| Binary | 11000011 | 10110000 | 10011010 | 0 | 1010 | 10101 | 11000 | 100000 | 11001 | 1000100 |
Color Harmonies of #C3B09A
Complementary color
Monochromatic Colors of #C3B09A
Black with #C3B09A
Text Example
Text Example
White with #C3B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B09A; }
p { color: rgb(195,176,154); }
H1.HeaderClassName
{
color: #C3B09A;
}
.AnyTagClassName
{
color: #C3B09A;
}
</style>
background-color css
<style>
a { background-color: #C3B09A; }
a { background-color: rgb(195,176,154); }
div.DivClassName
{
background-color: #C3B09A;
}
.BgClassName
{
background-color: #C3B09A;
}
</style>
border-color css
<style>
span { border-color: #C3B09A; }
span { border-color: rgb(195,176,154); }
td.TdClassName
{
border-color: #C3B09A;
}
.TagClassName
{
border-color: #C3B09A;
}
</style>