Shades of Sour Dough #C4AB92
Tints of Sour Dough #C4AB92
RGB
CMYK
RGB Variations
Color information
#C4AB92 (or 0xC4AB92) is known color: Sour Dough. HEX triplet: C4, AB and 92. RGB value is (196,171,146). Sum of RGB (Red+Green+Blue) = 196+171+146=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB92 is #3B546D. Grayscale: #AFAFAF. Windows color (decimal): -3888238 or 9612228. OLE color: 9612228.
HSL color Cylindrical-coordinate representation of color #C4AB92: hue angle of 30º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4AB92 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 146 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.23 |
| HSL | 30º | 0.3% | 0.67% | - |
| HSV(B) | 30º | 0.26% | 0.77% | - |
| XYZ | 42.52 | 42.94 | 33.24 | - |
| YUV | 175.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 146 | 0 | 0.13 | 0.26 | 0.23 | 30 | 0.3 | 0.67 |
| Hex | C4 | AB | 92 | 0 | D | 1A | 17 | 1E | 1E | 43 |
| Octal | 304 | 253 | 222 | 0 | 15 | 32 | 27 | 36 | 36 | 103 |
| Binary | 11000100 | 10101011 | 10010010 | 0 | 1101 | 11010 | 10111 | 11110 | 11110 | 1000011 |
Color Harmonies of #C4AB92
Complementary color
Monochromatic Colors of #C4AB92
Black with #C4AB92
Text Example
Text Example
White with #C4AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB92; }
p { color: rgb(196,171,146); }
H1.HeaderClassName
{
color: #C4AB92;
}
.AnyTagClassName
{
color: #C4AB92;
}
</style>
background-color css
<style>
a { background-color: #C4AB92; }
a { background-color: rgb(196,171,146); }
div.DivClassName
{
background-color: #C4AB92;
}
.BgClassName
{
background-color: #C4AB92;
}
</style>
border-color css
<style>
span { border-color: #C4AB92; }
span { border-color: rgb(196,171,146); }
td.TdClassName
{
border-color: #C4AB92;
}
.TagClassName
{
border-color: #C4AB92;
}
</style>