Shades of Sour Dough #C1AE98
Tints of Sour Dough #C1AE98
RGB
CMYK
RGB Variations
Color information
#C1AE98 (or 0xC1AE98) is known color: Sour Dough. HEX triplet: C1, AE and 98. RGB value is (193,174,152). Sum of RGB (Red+Green+Blue) = 193+174+152=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE98 is #3E5167. Grayscale: #B1B1B1. Windows color (decimal): -4084072 or 10006209. OLE color: 10006209.
HSL color Cylindrical-coordinate representation of color #C1AE98: hue angle of 32.2º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1AE98 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 152 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.24 |
| HSL | 32.2º | 0.25% | 0.68% | - |
| HSV(B) | 32.2º | 0.21% | 0.76% | - |
| XYZ | 42.8 | 43.88 | 35.92 | - |
| YUV | 177.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 152 | 0 | 0.10 | 0.21 | 0.24 | 32.2 | 0.25 | 0.68 |
| Hex | C1 | AE | 98 | 0 | A | 15 | 18 | 20 | 19 | 44 |
| Octal | 301 | 256 | 230 | 0 | 12 | 25 | 30 | 40 | 31 | 104 |
| Binary | 11000001 | 10101110 | 10011000 | 0 | 1010 | 10101 | 11000 | 100000 | 11001 | 1000100 |
Color Harmonies of #C1AE98
Complementary color
Monochromatic Colors of #C1AE98
Black with #C1AE98
Text Example
Text Example
White with #C1AE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AE98; }
p { color: rgb(193,174,152); }
H1.HeaderClassName
{
color: #C1AE98;
}
.AnyTagClassName
{
color: #C1AE98;
}
</style>
background-color css
<style>
a { background-color: #C1AE98; }
a { background-color: rgb(193,174,152); }
div.DivClassName
{
background-color: #C1AE98;
}
.BgClassName
{
background-color: #C1AE98;
}
</style>
border-color css
<style>
span { border-color: #C1AE98; }
span { border-color: rgb(193,174,152); }
td.TdClassName
{
border-color: #C1AE98;
}
.TagClassName
{
border-color: #C1AE98;
}
</style>