Shades of Sour Dough #C2AF9A
Tints of Sour Dough #C2AF9A
RGB
CMYK
RGB Variations
Color information
#C2AF9A (or 0xC2AF9A) is known color: Sour Dough. HEX triplet: C2, AF and 9A. RGB value is (194,175,154). Sum of RGB (Red+Green+Blue) = 194+175+154=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF9A is #3D5065. Grayscale: #B2B2B2. Windows color (decimal): -4018278 or 10137538. OLE color: 10137538.
HSL color Cylindrical-coordinate representation of color #C2AF9A: hue angle of 31.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2AF9A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 154 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.24 |
| HSL | 31.5º | 0.25% | 0.68% | - |
| HSV(B) | 31.5º | 0.21% | 0.76% | - |
| XYZ | 43.41 | 44.46 | 36.87 | - |
| YUV | 178.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 154 | 0 | 0.10 | 0.21 | 0.24 | 31.5 | 0.25 | 0.68 |
| Hex | C2 | AF | 9A | 0 | A | 15 | 18 | 1F | 19 | 44 |
| Octal | 302 | 257 | 232 | 0 | 12 | 25 | 30 | 37 | 31 | 104 |
| Binary | 11000010 | 10101111 | 10011010 | 0 | 1010 | 10101 | 11000 | 11111 | 11001 | 1000100 |
Color Harmonies of #C2AF9A
Complementary color
Monochromatic Colors of #C2AF9A
Black with #C2AF9A
Text Example
Text Example
White with #C2AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF9A; }
p { color: rgb(194,175,154); }
H1.HeaderClassName
{
color: #C2AF9A;
}
.AnyTagClassName
{
color: #C2AF9A;
}
</style>
background-color css
<style>
a { background-color: #C2AF9A; }
a { background-color: rgb(194,175,154); }
div.DivClassName
{
background-color: #C2AF9A;
}
.BgClassName
{
background-color: #C2AF9A;
}
</style>
border-color css
<style>
span { border-color: #C2AF9A; }
span { border-color: rgb(194,175,154); }
td.TdClassName
{
border-color: #C2AF9A;
}
.TagClassName
{
border-color: #C2AF9A;
}
</style>