Shades of Sour Dough #C3B09C
Tints of Sour Dough #C3B09C
RGB
CMYK
RGB Variations
Color information
#C3B09C (or 0xC3B09C) is known color: Sour Dough. HEX triplet: C3, B0 and 9C. RGB value is (195,176,156). Sum of RGB (Red+Green+Blue) = 195+176+156=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B09C is #3C4F63. Grayscale: #B3B3B3. Windows color (decimal): -3952484 or 10268867. OLE color: 10268867.
HSL color Cylindrical-coordinate representation of color #C3B09C: hue angle of 30.77º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3B09C is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 156 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.24 |
| HSL | 30.77º | 0.25% | 0.69% | - |
| HSV(B) | 30.77º | 0.2% | 0.76% | - |
| XYZ | 44.03 | 45.05 | 37.83 | - |
| YUV | 179.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 156 | 0 | 0.10 | 0.20 | 0.24 | 30.77 | 0.25 | 0.69 |
| Hex | C3 | B0 | 9C | 0 | A | 14 | 18 | 1F | 19 | 45 |
| Octal | 303 | 260 | 234 | 0 | 12 | 24 | 30 | 37 | 31 | 105 |
| Binary | 11000011 | 10110000 | 10011100 | 0 | 1010 | 10100 | 11000 | 11111 | 11001 | 1000101 |
Color Harmonies of #C3B09C
Complementary color
Monochromatic Colors of #C3B09C
Black with #C3B09C
Text Example
Text Example
White with #C3B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B09C; }
p { color: rgb(195,176,156); }
H1.HeaderClassName
{
color: #C3B09C;
}
.AnyTagClassName
{
color: #C3B09C;
}
</style>
background-color css
<style>
a { background-color: #C3B09C; }
a { background-color: rgb(195,176,156); }
div.DivClassName
{
background-color: #C3B09C;
}
.BgClassName
{
background-color: #C3B09C;
}
</style>
border-color css
<style>
span { border-color: #C3B09C; }
span { border-color: rgb(195,176,156); }
td.TdClassName
{
border-color: #C3B09C;
}
.TagClassName
{
border-color: #C3B09C;
}
</style>