Shades of Sour Dough #C8AF92
Tints of Sour Dough #C8AF92
RGB
CMYK
RGB Variations
Color information
#C8AF92 (or 0xC8AF92) is known color: Sour Dough. HEX triplet: C8, AF and 92. RGB value is (200,175,146). Sum of RGB (Red+Green+Blue) = 200+175+146=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF92 is #37506D. Grayscale: #B3B3B3. Windows color (decimal): -3625070 or 9613256. OLE color: 9613256.
HSL color Cylindrical-coordinate representation of color #C8AF92: hue angle of 32.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8AF92 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 146 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.22 |
| HSL | 32.22º | 0.33% | 0.68% | - |
| HSV(B) | 32.22º | 0.27% | 0.78% | - |
| XYZ | 44.34 | 45.01 | 33.55 | - |
| YUV | 179.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 146 | 0 | 0.12 | 0.27 | 0.22 | 32.22 | 0.33 | 0.68 |
| Hex | C8 | AF | 92 | 0 | C | 1B | 16 | 20 | 21 | 44 |
| Octal | 310 | 257 | 222 | 0 | 14 | 33 | 26 | 40 | 41 | 104 |
| Binary | 11001000 | 10101111 | 10010010 | 0 | 1100 | 11011 | 10110 | 100000 | 100001 | 1000100 |
Color Harmonies of #C8AF92
Complementary color
Monochromatic Colors of #C8AF92
Black with #C8AF92
Text Example
Text Example
White with #C8AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF92; }
p { color: rgb(200,175,146); }
H1.HeaderClassName
{
color: #C8AF92;
}
.AnyTagClassName
{
color: #C8AF92;
}
</style>
background-color css
<style>
a { background-color: #C8AF92; }
a { background-color: rgb(200,175,146); }
div.DivClassName
{
background-color: #C8AF92;
}
.BgClassName
{
background-color: #C8AF92;
}
</style>
border-color css
<style>
span { border-color: #C8AF92; }
span { border-color: rgb(200,175,146); }
td.TdClassName
{
border-color: #C8AF92;
}
.TagClassName
{
border-color: #C8AF92;
}
</style>