Shades of Ecru #C6AF83
Tints of Ecru #C6AF83
RGB
CMYK
RGB Variations
Color information
#C6AF83 (or 0xC6AF83) is known color: Ecru. HEX triplet: C6, AF and 83. RGB value is (198,175,131). Sum of RGB (Red+Green+Blue) = 198+175+131=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF83 is #39507C. Grayscale: #B1B1B1. Windows color (decimal): -3756157 or 8630214. OLE color: 8630214.
HSL color Cylindrical-coordinate representation of color #C6AF83: hue angle of 39.4º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6AF83 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 131 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.22 |
| HSL | 39.4º | 0.37% | 0.65% | - |
| HSV(B) | 39.4º | 0.34% | 0.78% | - |
| XYZ | 42.72 | 44.3 | 27.77 | - |
| YUV | 176.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 131 | 0 | 0.12 | 0.34 | 0.22 | 39.4 | 0.37 | 0.65 |
| Hex | C6 | AF | 83 | 0 | C | 22 | 16 | 27 | 25 | 41 |
| Octal | 306 | 257 | 203 | 0 | 14 | 42 | 26 | 47 | 45 | 101 |
| Binary | 11000110 | 10101111 | 10000011 | 0 | 1100 | 100010 | 10110 | 100111 | 100101 | 1000001 |
Color Harmonies of #C6AF83
Complementary color
Monochromatic Colors of #C6AF83
Black with #C6AF83
Text Example
Text Example
White with #C6AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF83; }
p { color: rgb(198,175,131); }
H1.HeaderClassName
{
color: #C6AF83;
}
.AnyTagClassName
{
color: #C6AF83;
}
</style>
background-color css
<style>
a { background-color: #C6AF83; }
a { background-color: rgb(198,175,131); }
div.DivClassName
{
background-color: #C6AF83;
}
.BgClassName
{
background-color: #C6AF83;
}
</style>
border-color css
<style>
span { border-color: #C6AF83; }
span { border-color: rgb(198,175,131); }
td.TdClassName
{
border-color: #C6AF83;
}
.TagClassName
{
border-color: #C6AF83;
}
</style>