Shades of Sour Dough #C8AE93
Tints of Sour Dough #C8AE93
RGB
CMYK
RGB Variations
Color information
#C8AE93 (or 0xC8AE93) is known color: Sour Dough. HEX triplet: C8, AE and 93. RGB value is (200,174,147). Sum of RGB (Red+Green+Blue) = 200+174+147=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE93 is #37516C. Grayscale: #B2B2B2. Windows color (decimal): -3625325 or 9678536. OLE color: 9678536.
HSL color Cylindrical-coordinate representation of color #C8AE93: hue angle of 30.57º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AE93 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 147 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.22 |
| HSL | 30.57º | 0.33% | 0.68% | - |
| HSV(B) | 30.57º | 0.27% | 0.78% | - |
| XYZ | 44.22 | 44.66 | 33.89 | - |
| YUV | 178.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 147 | 0 | 0.13 | 0.26 | 0.22 | 30.57 | 0.33 | 0.68 |
| Hex | C8 | AE | 93 | 0 | D | 1A | 16 | 1F | 21 | 44 |
| Octal | 310 | 256 | 223 | 0 | 15 | 32 | 26 | 37 | 41 | 104 |
| Binary | 11001000 | 10101110 | 10010011 | 0 | 1101 | 11010 | 10110 | 11111 | 100001 | 1000100 |
Color Harmonies of #C8AE93
Complementary color
Monochromatic Colors of #C8AE93
Black with #C8AE93
Text Example
Text Example
White with #C8AE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE93; }
p { color: rgb(200,174,147); }
H1.HeaderClassName
{
color: #C8AE93;
}
.AnyTagClassName
{
color: #C8AE93;
}
</style>
background-color css
<style>
a { background-color: #C8AE93; }
a { background-color: rgb(200,174,147); }
div.DivClassName
{
background-color: #C8AE93;
}
.BgClassName
{
background-color: #C8AE93;
}
</style>
border-color css
<style>
span { border-color: #C8AE93; }
span { border-color: rgb(200,174,147); }
td.TdClassName
{
border-color: #C8AE93;
}
.TagClassName
{
border-color: #C8AE93;
}
</style>