Shades of Sour Dough #C2B19A
Tints of Sour Dough #C2B19A
RGB
CMYK
RGB Variations
Color information
#C2B19A (or 0xC2B19A) is known color: Sour Dough. HEX triplet: C2, B1 and 9A. RGB value is (194,177,154). Sum of RGB (Red+Green+Blue) = 194+177+154=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B19A is #3D4E65. Grayscale: #B3B3B3. Windows color (decimal): -4017766 or 10138050. OLE color: 10138050.
HSL color Cylindrical-coordinate representation of color #C2B19A: hue angle of 34.5º 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 #C2B19A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 154 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.24 |
| HSL | 34.5º | 0.25% | 0.68% | - |
| HSV(B) | 34.5º | 0.21% | 0.76% | - |
| XYZ | 43.8 | 45.25 | 37 | - |
| YUV | 179.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 154 | 0 | 0.09 | 0.21 | 0.24 | 34.5 | 0.25 | 0.68 |
| Hex | C2 | B1 | 9A | 0 | 9 | 15 | 18 | 22 | 19 | 44 |
| Octal | 302 | 261 | 232 | 0 | 11 | 25 | 30 | 42 | 31 | 104 |
| Binary | 11000010 | 10110001 | 10011010 | 0 | 1001 | 10101 | 11000 | 100010 | 11001 | 1000100 |
Color Harmonies of #C2B19A
Complementary color
Monochromatic Colors of #C2B19A
Black with #C2B19A
Text Example
Text Example
White with #C2B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B19A; }
p { color: rgb(194,177,154); }
H1.HeaderClassName
{
color: #C2B19A;
}
.AnyTagClassName
{
color: #C2B19A;
}
</style>
background-color css
<style>
a { background-color: #C2B19A; }
a { background-color: rgb(194,177,154); }
div.DivClassName
{
background-color: #C2B19A;
}
.BgClassName
{
background-color: #C2B19A;
}
</style>
border-color css
<style>
span { border-color: #C2B19A; }
span { border-color: rgb(194,177,154); }
td.TdClassName
{
border-color: #C2B19A;
}
.TagClassName
{
border-color: #C2B19A;
}
</style>