Shades of Sour Dough #C2B09B
Tints of Sour Dough #C2B09B
RGB
CMYK
RGB Variations
Color information
#C2B09B (or 0xC2B09B) is known color: Sour Dough. HEX triplet: C2, B0 and 9B. RGB value is (194,176,155). Sum of RGB (Red+Green+Blue) = 194+176+155=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B09B is #3D4F64. Grayscale: #B3B3B3. Windows color (decimal): -4018021 or 10203330. OLE color: 10203330.
HSL color Cylindrical-coordinate representation of color #C2B09B: hue angle of 32.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B09B is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 155 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.24 |
| HSL | 32.31º | 0.24% | 0.68% | - |
| HSV(B) | 32.31º | 0.2% | 0.76% | - |
| XYZ | 43.69 | 44.89 | 37.37 | - |
| YUV | 178.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 155 | 0 | 0.09 | 0.20 | 0.24 | 32.31 | 0.24 | 0.68 |
| Hex | C2 | B0 | 9B | 0 | 9 | 14 | 18 | 20 | 18 | 44 |
| Octal | 302 | 260 | 233 | 0 | 11 | 24 | 30 | 40 | 30 | 104 |
| Binary | 11000010 | 10110000 | 10011011 | 0 | 1001 | 10100 | 11000 | 100000 | 11000 | 1000100 |
Color Harmonies of #C2B09B
Complementary color
Monochromatic Colors of #C2B09B
Black with #C2B09B
Text Example
Text Example
White with #C2B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B09B; }
p { color: rgb(194,176,155); }
H1.HeaderClassName
{
color: #C2B09B;
}
.AnyTagClassName
{
color: #C2B09B;
}
</style>
background-color css
<style>
a { background-color: #C2B09B; }
a { background-color: rgb(194,176,155); }
div.DivClassName
{
background-color: #C2B09B;
}
.BgClassName
{
background-color: #C2B09B;
}
</style>
border-color css
<style>
span { border-color: #C2B09B; }
span { border-color: rgb(194,176,155); }
td.TdClassName
{
border-color: #C2B09B;
}
.TagClassName
{
border-color: #C2B09B;
}
</style>