Shades of Sour Dough #C2B29C
Tints of Sour Dough #C2B29C
RGB
CMYK
RGB Variations
Color information
#C2B29C (or 0xC2B29C) is known color: Sour Dough. HEX triplet: C2, B2 and 9C. RGB value is (194,178,156). Sum of RGB (Red+Green+Blue) = 194+178+156=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29C is #3D4D63. Grayscale: #B4B4B4. Windows color (decimal): -4017508 or 10269378. OLE color: 10269378.
HSL color Cylindrical-coordinate representation of color #C2B29C: hue angle of 34.74º 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 #C2B29C is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 156 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.24 |
| HSL | 34.74º | 0.24% | 0.69% | - |
| HSV(B) | 34.74º | 0.2% | 0.76% | - |
| XYZ | 44.17 | 45.71 | 37.95 | - |
| YUV | 180.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 156 | 0 | 0.08 | 0.20 | 0.24 | 34.74 | 0.24 | 0.69 |
| Hex | C2 | B2 | 9C | 0 | 8 | 14 | 18 | 23 | 18 | 45 |
| Octal | 302 | 262 | 234 | 0 | 10 | 24 | 30 | 43 | 30 | 105 |
| Binary | 11000010 | 10110010 | 10011100 | 0 | 1000 | 10100 | 11000 | 100011 | 11000 | 1000101 |
Color Harmonies of #C2B29C
Complementary color
Monochromatic Colors of #C2B29C
Black with #C2B29C
Text Example
Text Example
White with #C2B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B29C; }
p { color: rgb(194,178,156); }
H1.HeaderClassName
{
color: #C2B29C;
}
.AnyTagClassName
{
color: #C2B29C;
}
</style>
background-color css
<style>
a { background-color: #C2B29C; }
a { background-color: rgb(194,178,156); }
div.DivClassName
{
background-color: #C2B29C;
}
.BgClassName
{
background-color: #C2B29C;
}
</style>
border-color css
<style>
span { border-color: #C2B29C; }
span { border-color: rgb(194,178,156); }
td.TdClassName
{
border-color: #C2B29C;
}
.TagClassName
{
border-color: #C2B29C;
}
</style>