Shades of Sour Dough #C1AD95
Tints of Sour Dough #C1AD95
RGB
CMYK
RGB Variations
Color information
#C1AD95 (or 0xC1AD95) is known color: Sour Dough. HEX triplet: C1, AD and 95. RGB value is (193,173,149). Sum of RGB (Red+Green+Blue) = 193+173+149=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD95 is #3E526A. Grayscale: #B0B0B0. Windows color (decimal): -4084331 or 9809345. OLE color: 9809345.
HSL color Cylindrical-coordinate representation of color #C1AD95: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1AD95 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 149 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.24 |
| HSL | 32.73º | 0.26% | 0.67% | - |
| HSV(B) | 32.73º | 0.23% | 0.76% | - |
| XYZ | 42.36 | 43.39 | 34.58 | - |
| YUV | 176.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 149 | 0 | 0.10 | 0.23 | 0.24 | 32.73 | 0.26 | 0.67 |
| Hex | C1 | AD | 95 | 0 | A | 17 | 18 | 21 | 1A | 43 |
| Octal | 301 | 255 | 225 | 0 | 12 | 27 | 30 | 41 | 32 | 103 |
| Binary | 11000001 | 10101101 | 10010101 | 0 | 1010 | 10111 | 11000 | 100001 | 11010 | 1000011 |
Color Harmonies of #C1AD95
Complementary color
Monochromatic Colors of #C1AD95
Black with #C1AD95
Text Example
Text Example
White with #C1AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD95; }
p { color: rgb(193,173,149); }
H1.HeaderClassName
{
color: #C1AD95;
}
.AnyTagClassName
{
color: #C1AD95;
}
</style>
background-color css
<style>
a { background-color: #C1AD95; }
a { background-color: rgb(193,173,149); }
div.DivClassName
{
background-color: #C1AD95;
}
.BgClassName
{
background-color: #C1AD95;
}
</style>
border-color css
<style>
span { border-color: #C1AD95; }
span { border-color: rgb(193,173,149); }
td.TdClassName
{
border-color: #C1AD95;
}
.TagClassName
{
border-color: #C1AD95;
}
</style>