Shades of Ecru #C6AF81
Tints of Ecru #C6AF81
RGB
CMYK
RGB Variations
Color information
#C6AF81 (or 0xC6AF81) is known color: Ecru. HEX triplet: C6, AF and 81. RGB value is (198,175,129). Sum of RGB (Red+Green+Blue) = 198+175+129=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF81 is #39507E. Grayscale: #B0B0B0. Windows color (decimal): -3756159 or 8499142. OLE color: 8499142.
HSL color Cylindrical-coordinate representation of color #C6AF81: hue angle of 40º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6AF81 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 129 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.22 |
| HSL | 40º | 0.38% | 0.64% | - |
| HSV(B) | 40º | 0.35% | 0.78% | - |
| XYZ | 42.58 | 44.25 | 27.07 | - |
| YUV | 176.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 129 | 0 | 0.12 | 0.35 | 0.22 | 40 | 0.38 | 0.64 |
| Hex | C6 | AF | 81 | 0 | C | 23 | 16 | 28 | 26 | 40 |
| Octal | 306 | 257 | 201 | 0 | 14 | 43 | 26 | 50 | 46 | 100 |
| Binary | 11000110 | 10101111 | 10000001 | 0 | 1100 | 100011 | 10110 | 101000 | 100110 | 1000000 |
Color Harmonies of #C6AF81
Complementary color
Monochromatic Colors of #C6AF81
Black with #C6AF81
Text Example
Text Example
White with #C6AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF81; }
p { color: rgb(198,175,129); }
H1.HeaderClassName
{
color: #C6AF81;
}
.AnyTagClassName
{
color: #C6AF81;
}
</style>
background-color css
<style>
a { background-color: #C6AF81; }
a { background-color: rgb(198,175,129); }
div.DivClassName
{
background-color: #C6AF81;
}
.BgClassName
{
background-color: #C6AF81;
}
</style>
border-color css
<style>
span { border-color: #C6AF81; }
span { border-color: rgb(198,175,129); }
td.TdClassName
{
border-color: #C6AF81;
}
.TagClassName
{
border-color: #C6AF81;
}
</style>