Shades of Ecru #C8AF81
Tints of Ecru #C8AF81
RGB
CMYK
RGB Variations
Color information
#C8AF81 (or 0xC8AF81) is known color: Ecru. HEX triplet: C8, AF and 81. RGB value is (200,175,129). Sum of RGB (Red+Green+Blue) = 200+175+129=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF81 is #37507E. Grayscale: #B1B1B1. Windows color (decimal): -3625087 or 8499144. OLE color: 8499144.
HSL color Cylindrical-coordinate representation of color #C8AF81: hue angle of 38.87º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8AF81 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 129 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.22 |
| HSL | 38.87º | 0.39% | 0.65% | - |
| HSV(B) | 38.87º | 0.36% | 0.78% | - |
| XYZ | 43.11 | 44.52 | 27.09 | - |
| YUV | 177.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 129 | 0 | 0.12 | 0.36 | 0.22 | 38.87 | 0.39 | 0.65 |
| Hex | C8 | AF | 81 | 0 | C | 24 | 16 | 27 | 27 | 41 |
| Octal | 310 | 257 | 201 | 0 | 14 | 44 | 26 | 47 | 47 | 101 |
| Binary | 11001000 | 10101111 | 10000001 | 0 | 1100 | 100100 | 10110 | 100111 | 100111 | 1000001 |
Color Harmonies of #C8AF81
Complementary color
Monochromatic Colors of #C8AF81
Black with #C8AF81
Text Example
Text Example
White with #C8AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF81; }
p { color: rgb(200,175,129); }
H1.HeaderClassName
{
color: #C8AF81;
}
.AnyTagClassName
{
color: #C8AF81;
}
</style>
background-color css
<style>
a { background-color: #C8AF81; }
a { background-color: rgb(200,175,129); }
div.DivClassName
{
background-color: #C8AF81;
}
.BgClassName
{
background-color: #C8AF81;
}
</style>
border-color css
<style>
span { border-color: #C8AF81; }
span { border-color: rgb(200,175,129); }
td.TdClassName
{
border-color: #C8AF81;
}
.TagClassName
{
border-color: #C8AF81;
}
</style>