Shades of Sour Dough #C2B29E
Tints of Sour Dough #C2B29E
RGB
CMYK
RGB Variations
Color information
#C2B29E (or 0xC2B29E) is known color: Sour Dough. HEX triplet: C2, B2 and 9E. RGB value is (194,178,158). Sum of RGB (Red+Green+Blue) = 194+178+158=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29E is #3D4D61. Grayscale: #B4B4B4. Windows color (decimal): -4017506 or 10400450. OLE color: 10400450.
HSL color Cylindrical-coordinate representation of color #C2B29E: hue angle of 33.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B29E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 178 | 158 | - |
CMYK | 0 | 0.08 | 0.19 | 0.24 |
HSL | 33.33º | 0.23% | 0.69% | - |
HSV(B) | 33.33º | 0.19% | 0.76% | - |
XYZ | 44.34 | 45.78 | 38.85 | - |
YUV | 180.5 | 115.3 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 158 | 0 | 0.08 | 0.19 | 0.24 | 33.33 | 0.23 | 0.69 |
Hex | C2 | B2 | 9E | 0 | 8 | 13 | 18 | 21 | 17 | 45 |
Octal | 302 | 262 | 236 | 0 | 10 | 23 | 30 | 41 | 27 | 105 |
Binary | 11000010 | 10110010 | 10011110 | 0 | 1000 | 10011 | 11000 | 100001 | 10111 | 1000101 |
Color Harmonies of #C2B29E
Complementary color
Monochromatic Colors of #C2B29E
Black with #C2B29E
Text Example
Text Example
White with #C2B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B29E; }
p { color: rgb(194,178,158); }
H1.HeaderClassName
{
color: #C2B29E;
}
.AnyTagClassName
{
color: #C2B29E;
}
</style>
background-color css
<style>
a { background-color: #C2B29E; }
a { background-color: rgb(194,178,158); }
div.DivClassName
{
background-color: #C2B29E;
}
.BgClassName
{
background-color: #C2B29E;
}
</style>
border-color css
<style>
span { border-color: #C2B29E; }
span { border-color: rgb(194,178,158); }
td.TdClassName
{
border-color: #C2B29E;
}
.TagClassName
{
border-color: #C2B29E;
}
</style>