Shades of Sour Dough #C4AC90
Tints of Sour Dough #C4AC90
RGB
CMYK
RGB Variations
Color information
#C4AC90 (or 0xC4AC90) is known color: Sour Dough. HEX triplet: C4, AC and 90. RGB value is (196,172,144). Sum of RGB (Red+Green+Blue) = 196+172+144=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC90 is #3B536F. Grayscale: #B0B0B0. Windows color (decimal): -3887984 or 9481412. OLE color: 9481412.
HSL color Cylindrical-coordinate representation of color #C4AC90: hue angle of 32.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4AC90 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 144 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.23 |
| HSL | 32.31º | 0.31% | 0.67% | - |
| HSV(B) | 32.31º | 0.27% | 0.77% | - |
| XYZ | 42.55 | 43.25 | 32.49 | - |
| YUV | 175.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 144 | 0 | 0.12 | 0.27 | 0.23 | 32.31 | 0.31 | 0.67 |
| Hex | C4 | AC | 90 | 0 | C | 1B | 17 | 20 | 1F | 43 |
| Octal | 304 | 254 | 220 | 0 | 14 | 33 | 27 | 40 | 37 | 103 |
| Binary | 11000100 | 10101100 | 10010000 | 0 | 1100 | 11011 | 10111 | 100000 | 11111 | 1000011 |
Color Harmonies of #C4AC90
Complementary color
Monochromatic Colors of #C4AC90
Black with #C4AC90
Text Example
Text Example
White with #C4AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC90; }
p { color: rgb(196,172,144); }
H1.HeaderClassName
{
color: #C4AC90;
}
.AnyTagClassName
{
color: #C4AC90;
}
</style>
background-color css
<style>
a { background-color: #C4AC90; }
a { background-color: rgb(196,172,144); }
div.DivClassName
{
background-color: #C4AC90;
}
.BgClassName
{
background-color: #C4AC90;
}
</style>
border-color css
<style>
span { border-color: #C4AC90; }
span { border-color: rgb(196,172,144); }
td.TdClassName
{
border-color: #C4AC90;
}
.TagClassName
{
border-color: #C4AC90;
}
</style>