Shades of Sour Dough #C3AF93
Tints of Sour Dough #C3AF93
RGB
CMYK
RGB Variations
Color information
#C3AF93 (or 0xC3AF93) is known color: Sour Dough. HEX triplet: C3, AF and 93. RGB value is (195,175,147). Sum of RGB (Red+Green+Blue) = 195+175+147=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF93 is #3C506C. Grayscale: #B1B1B1. Windows color (decimal): -3952749 or 9678787. OLE color: 9678787.
HSL color Cylindrical-coordinate representation of color #C3AF93: hue angle of 35º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3AF93 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 147 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.24 |
| HSL | 35º | 0.29% | 0.67% | - |
| HSV(B) | 35º | 0.25% | 0.76% | - |
| XYZ | 43.1 | 44.37 | 33.9 | - |
| YUV | 177.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 147 | 0 | 0.10 | 0.25 | 0.24 | 35 | 0.29 | 0.67 |
| Hex | C3 | AF | 93 | 0 | A | 19 | 18 | 23 | 1D | 43 |
| Octal | 303 | 257 | 223 | 0 | 12 | 31 | 30 | 43 | 35 | 103 |
| Binary | 11000011 | 10101111 | 10010011 | 0 | 1010 | 11001 | 11000 | 100011 | 11101 | 1000011 |
Color Harmonies of #C3AF93
Complementary color
Monochromatic Colors of #C3AF93
Black with #C3AF93
Text Example
Text Example
White with #C3AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF93; }
p { color: rgb(195,175,147); }
H1.HeaderClassName
{
color: #C3AF93;
}
.AnyTagClassName
{
color: #C3AF93;
}
</style>
background-color css
<style>
a { background-color: #C3AF93; }
a { background-color: rgb(195,175,147); }
div.DivClassName
{
background-color: #C3AF93;
}
.BgClassName
{
background-color: #C3AF93;
}
</style>
border-color css
<style>
span { border-color: #C3AF93; }
span { border-color: rgb(195,175,147); }
td.TdClassName
{
border-color: #C3AF93;
}
.TagClassName
{
border-color: #C3AF93;
}
</style>