Shades of Sour Dough #C2AB92
Tints of Sour Dough #C2AB92
RGB
CMYK
RGB Variations
Color information
#C2AB92 (or 0xC2AB92) is known color: Sour Dough. HEX triplet: C2, AB and 92. RGB value is (194,171,146). Sum of RGB (Red+Green+Blue) = 194+171+146=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB92 is #3D546D. Grayscale: #AFAFAF. Windows color (decimal): -4019310 or 9612226. OLE color: 9612226.
HSL color Cylindrical-coordinate representation of color #C2AB92: hue angle of 31.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2AB92 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 146 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.24 |
| HSL | 31.25º | 0.28% | 0.67% | - |
| HSV(B) | 31.25º | 0.25% | 0.76% | - |
| XYZ | 42 | 42.67 | 33.22 | - |
| YUV | 175.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 146 | 0 | 0.12 | 0.25 | 0.24 | 31.25 | 0.28 | 0.67 |
| Hex | C2 | AB | 92 | 0 | C | 19 | 18 | 1F | 1C | 43 |
| Octal | 302 | 253 | 222 | 0 | 14 | 31 | 30 | 37 | 34 | 103 |
| Binary | 11000010 | 10101011 | 10010010 | 0 | 1100 | 11001 | 11000 | 11111 | 11100 | 1000011 |
Color Harmonies of #C2AB92
Complementary color
Monochromatic Colors of #C2AB92
Black with #C2AB92
Text Example
Text Example
White with #C2AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB92; }
p { color: rgb(194,171,146); }
H1.HeaderClassName
{
color: #C2AB92;
}
.AnyTagClassName
{
color: #C2AB92;
}
</style>
background-color css
<style>
a { background-color: #C2AB92; }
a { background-color: rgb(194,171,146); }
div.DivClassName
{
background-color: #C2AB92;
}
.BgClassName
{
background-color: #C2AB92;
}
</style>
border-color css
<style>
span { border-color: #C2AB92; }
span { border-color: rgb(194,171,146); }
td.TdClassName
{
border-color: #C2AB92;
}
.TagClassName
{
border-color: #C2AB92;
}
</style>