Shades of Sour Dough #C1B09C
Tints of Sour Dough #C1B09C
RGB
CMYK
RGB Variations
Color information
#C1B09C (or 0xC1B09C) is known color: Sour Dough. HEX triplet: C1, B0 and 9C. RGB value is (193,176,156). Sum of RGB (Red+Green+Blue) = 193+176+156=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B09C is #3E4F63. Grayscale: #B2B2B2. Windows color (decimal): -4083556 or 10268865. OLE color: 10268865.
HSL color Cylindrical-coordinate representation of color #C1B09C: hue angle of 32.43º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1B09C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 156 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.24 |
| HSL | 32.43º | 0.23% | 0.68% | - |
| HSV(B) | 32.43º | 0.19% | 0.76% | - |
| XYZ | 43.52 | 44.79 | 37.8 | - |
| YUV | 178.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 156 | 0 | 0.09 | 0.19 | 0.24 | 32.43 | 0.23 | 0.68 |
| Hex | C1 | B0 | 9C | 0 | 9 | 13 | 18 | 20 | 17 | 44 |
| Octal | 301 | 260 | 234 | 0 | 11 | 23 | 30 | 40 | 27 | 104 |
| Binary | 11000001 | 10110000 | 10011100 | 0 | 1001 | 10011 | 11000 | 100000 | 10111 | 1000100 |
Color Harmonies of #C1B09C
Complementary color
Monochromatic Colors of #C1B09C
Black with #C1B09C
Text Example
Text Example
White with #C1B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B09C; }
p { color: rgb(193,176,156); }
H1.HeaderClassName
{
color: #C1B09C;
}
.AnyTagClassName
{
color: #C1B09C;
}
</style>
background-color css
<style>
a { background-color: #C1B09C; }
a { background-color: rgb(193,176,156); }
div.DivClassName
{
background-color: #C1B09C;
}
.BgClassName
{
background-color: #C1B09C;
}
</style>
border-color css
<style>
span { border-color: #C1B09C; }
span { border-color: rgb(193,176,156); }
td.TdClassName
{
border-color: #C1B09C;
}
.TagClassName
{
border-color: #C1B09C;
}
</style>