Shades of Sour Dough #C4AF9A
Tints of Sour Dough #C4AF9A
RGB
CMYK
RGB Variations
Color information
#C4AF9A (or 0xC4AF9A) is known color: Sour Dough. HEX triplet: C4, AF and 9A. RGB value is (196,175,154). Sum of RGB (Red+Green+Blue) = 196+175+154=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF9A is #3B5065. Grayscale: #B2B2B2. Windows color (decimal): -3887206 or 10137540. OLE color: 10137540.
HSL color Cylindrical-coordinate representation of color #C4AF9A: hue angle of 30º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4AF9A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 154 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.23 |
| HSL | 30º | 0.26% | 0.69% | - |
| HSV(B) | 30º | 0.21% | 0.77% | - |
| XYZ | 43.93 | 44.73 | 36.89 | - |
| YUV | 178.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 154 | 0 | 0.11 | 0.21 | 0.23 | 30 | 0.26 | 0.69 |
| Hex | C4 | AF | 9A | 0 | B | 15 | 17 | 1E | 1A | 45 |
| Octal | 304 | 257 | 232 | 0 | 13 | 25 | 27 | 36 | 32 | 105 |
| Binary | 11000100 | 10101111 | 10011010 | 0 | 1011 | 10101 | 10111 | 11110 | 11010 | 1000101 |
Color Harmonies of #C4AF9A
Complementary color
Monochromatic Colors of #C4AF9A
Black with #C4AF9A
Text Example
Text Example
White with #C4AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF9A; }
p { color: rgb(196,175,154); }
H1.HeaderClassName
{
color: #C4AF9A;
}
.AnyTagClassName
{
color: #C4AF9A;
}
</style>
background-color css
<style>
a { background-color: #C4AF9A; }
a { background-color: rgb(196,175,154); }
div.DivClassName
{
background-color: #C4AF9A;
}
.BgClassName
{
background-color: #C4AF9A;
}
</style>
border-color css
<style>
span { border-color: #C4AF9A; }
span { border-color: rgb(196,175,154); }
td.TdClassName
{
border-color: #C4AF9A;
}
.TagClassName
{
border-color: #C4AF9A;
}
</style>