Shades of Sour Dough #C4AF93
Tints of Sour Dough #C4AF93
RGB
CMYK
RGB Variations
Color information
#C4AF93 (or 0xC4AF93) is known color: Sour Dough. HEX triplet: C4, AF and 93. RGB value is (196,175,147). Sum of RGB (Red+Green+Blue) = 196+175+147=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF93 is #3B506C. Grayscale: #B2B2B2. Windows color (decimal): -3887213 or 9678788. OLE color: 9678788.
HSL color Cylindrical-coordinate representation of color #C4AF93: hue angle of 34.29º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4AF93 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 147 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.23 |
| HSL | 34.29º | 0.29% | 0.67% | - |
| HSV(B) | 34.29º | 0.25% | 0.77% | - |
| XYZ | 43.36 | 44.5 | 33.91 | - |
| YUV | 178.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 147 | 0 | 0.11 | 0.25 | 0.23 | 34.29 | 0.29 | 0.67 |
| Hex | C4 | AF | 93 | 0 | B | 19 | 17 | 22 | 1D | 43 |
| Octal | 304 | 257 | 223 | 0 | 13 | 31 | 27 | 42 | 35 | 103 |
| Binary | 11000100 | 10101111 | 10010011 | 0 | 1011 | 11001 | 10111 | 100010 | 11101 | 1000011 |
Color Harmonies of #C4AF93
Complementary color
Monochromatic Colors of #C4AF93
Black with #C4AF93
Text Example
Text Example
White with #C4AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF93; }
p { color: rgb(196,175,147); }
H1.HeaderClassName
{
color: #C4AF93;
}
.AnyTagClassName
{
color: #C4AF93;
}
</style>
background-color css
<style>
a { background-color: #C4AF93; }
a { background-color: rgb(196,175,147); }
div.DivClassName
{
background-color: #C4AF93;
}
.BgClassName
{
background-color: #C4AF93;
}
</style>
border-color css
<style>
span { border-color: #C4AF93; }
span { border-color: rgb(196,175,147); }
td.TdClassName
{
border-color: #C4AF93;
}
.TagClassName
{
border-color: #C4AF93;
}
</style>