Shades of Sour Dough #C6AF98
Tints of Sour Dough #C6AF98
RGB
CMYK
RGB Variations
Color information
#C6AF98 (or 0xC6AF98) is known color: Sour Dough. HEX triplet: C6, AF and 98. RGB value is (198,175,152). Sum of RGB (Red+Green+Blue) = 198+175+152=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF98 is #395067. Grayscale: #B3B3B3. Windows color (decimal): -3756136 or 10006470. OLE color: 10006470.
HSL color Cylindrical-coordinate representation of color #C6AF98: hue angle of 30º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6AF98 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 152 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.22 |
| HSL | 30º | 0.29% | 0.69% | - |
| HSV(B) | 30º | 0.23% | 0.78% | - |
| XYZ | 44.29 | 44.93 | 36.04 | - |
| YUV | 179.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 152 | 0 | 0.12 | 0.23 | 0.22 | 30 | 0.29 | 0.69 |
| Hex | C6 | AF | 98 | 0 | C | 17 | 16 | 1E | 1D | 45 |
| Octal | 306 | 257 | 230 | 0 | 14 | 27 | 26 | 36 | 35 | 105 |
| Binary | 11000110 | 10101111 | 10011000 | 0 | 1100 | 10111 | 10110 | 11110 | 11101 | 1000101 |
Color Harmonies of #C6AF98
Complementary color
Monochromatic Colors of #C6AF98
Black with #C6AF98
Text Example
Text Example
White with #C6AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF98; }
p { color: rgb(198,175,152); }
H1.HeaderClassName
{
color: #C6AF98;
}
.AnyTagClassName
{
color: #C6AF98;
}
</style>
background-color css
<style>
a { background-color: #C6AF98; }
a { background-color: rgb(198,175,152); }
div.DivClassName
{
background-color: #C6AF98;
}
.BgClassName
{
background-color: #C6AF98;
}
</style>
border-color css
<style>
span { border-color: #C6AF98; }
span { border-color: rgb(198,175,152); }
td.TdClassName
{
border-color: #C6AF98;
}
.TagClassName
{
border-color: #C6AF98;
}
</style>