Shades of Sour Dough #C3AD90
Tints of Sour Dough #C3AD90
RGB
CMYK
RGB Variations
Color information
#C3AD90 (or 0xC3AD90) is known color: Sour Dough. HEX triplet: C3, AD and 90. RGB value is (195,173,144). Sum of RGB (Red+Green+Blue) = 195+173+144=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD90 is #3C526F. Grayscale: #B0B0B0. Windows color (decimal): -3953264 or 9481667. OLE color: 9481667.
HSL color Cylindrical-coordinate representation of color #C3AD90: hue angle of 34.12º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3AD90 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 144 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.24 |
| HSL | 34.12º | 0.3% | 0.66% | - |
| HSV(B) | 34.12º | 0.26% | 0.76% | - |
| XYZ | 42.48 | 43.5 | 32.54 | - |
| YUV | 176.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 144 | 0 | 0.11 | 0.26 | 0.24 | 34.12 | 0.3 | 0.66 |
| Hex | C3 | AD | 90 | 0 | B | 1A | 18 | 22 | 1E | 42 |
| Octal | 303 | 255 | 220 | 0 | 13 | 32 | 30 | 42 | 36 | 102 |
| Binary | 11000011 | 10101101 | 10010000 | 0 | 1011 | 11010 | 11000 | 100010 | 11110 | 1000010 |
Color Harmonies of #C3AD90
Complementary color
Monochromatic Colors of #C3AD90
Black with #C3AD90
Text Example
Text Example
White with #C3AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD90; }
p { color: rgb(195,173,144); }
H1.HeaderClassName
{
color: #C3AD90;
}
.AnyTagClassName
{
color: #C3AD90;
}
</style>
background-color css
<style>
a { background-color: #C3AD90; }
a { background-color: rgb(195,173,144); }
div.DivClassName
{
background-color: #C3AD90;
}
.BgClassName
{
background-color: #C3AD90;
}
</style>
border-color css
<style>
span { border-color: #C3AD90; }
span { border-color: rgb(195,173,144); }
td.TdClassName
{
border-color: #C3AD90;
}
.TagClassName
{
border-color: #C3AD90;
}
</style>