Shades of Sour Dough #C2B19C
Tints of Sour Dough #C2B19C
RGB
CMYK
RGB Variations
Color information
#C2B19C (or 0xC2B19C) is known color: Sour Dough. HEX triplet: C2, B1 and 9C. RGB value is (194,177,156). Sum of RGB (Red+Green+Blue) = 194+177+156=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B19C is #3D4E63. Grayscale: #B3B3B3. Windows color (decimal): -4017764 or 10269122. OLE color: 10269122.
HSL color Cylindrical-coordinate representation of color #C2B19C: hue angle of 33.16º degrees, saturation: 0.24, 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 #C2B19C is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 156 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.24 |
| HSL | 33.16º | 0.24% | 0.69% | - |
| HSV(B) | 33.16º | 0.2% | 0.76% | - |
| XYZ | 43.97 | 45.31 | 37.88 | - |
| YUV | 179.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 156 | 0 | 0.09 | 0.20 | 0.24 | 33.16 | 0.24 | 0.69 |
| Hex | C2 | B1 | 9C | 0 | 9 | 14 | 18 | 21 | 18 | 45 |
| Octal | 302 | 261 | 234 | 0 | 11 | 24 | 30 | 41 | 30 | 105 |
| Binary | 11000010 | 10110001 | 10011100 | 0 | 1001 | 10100 | 11000 | 100001 | 11000 | 1000101 |
Color Harmonies of #C2B19C
Complementary color
Monochromatic Colors of #C2B19C
Black with #C2B19C
Text Example
Text Example
White with #C2B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B19C; }
p { color: rgb(194,177,156); }
H1.HeaderClassName
{
color: #C2B19C;
}
.AnyTagClassName
{
color: #C2B19C;
}
</style>
background-color css
<style>
a { background-color: #C2B19C; }
a { background-color: rgb(194,177,156); }
div.DivClassName
{
background-color: #C2B19C;
}
.BgClassName
{
background-color: #C2B19C;
}
</style>
border-color css
<style>
span { border-color: #C2B19C; }
span { border-color: rgb(194,177,156); }
td.TdClassName
{
border-color: #C2B19C;
}
.TagClassName
{
border-color: #C2B19C;
}
</style>