Shades of Ecru #C8AF82
Tints of Ecru #C8AF82
RGB
CMYK
RGB Variations
Color information
#C8AF82 (or 0xC8AF82) is known color: Ecru. HEX triplet: C8, AF and 82. RGB value is (200,175,130). Sum of RGB (Red+Green+Blue) = 200+175+130=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF82 is #37507D. Grayscale: #B1B1B1. Windows color (decimal): -3625086 or 8564680. OLE color: 8564680.
HSL color Cylindrical-coordinate representation of color #C8AF82: hue angle of 38.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8AF82 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 130 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.22 |
| HSL | 38.57º | 0.39% | 0.65% | - |
| HSV(B) | 38.57º | 0.35% | 0.78% | - |
| XYZ | 43.18 | 44.55 | 27.44 | - |
| YUV | 177.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 130 | 0 | 0.12 | 0.35 | 0.22 | 38.57 | 0.39 | 0.65 |
| Hex | C8 | AF | 82 | 0 | C | 23 | 16 | 27 | 27 | 41 |
| Octal | 310 | 257 | 202 | 0 | 14 | 43 | 26 | 47 | 47 | 101 |
| Binary | 11001000 | 10101111 | 10000010 | 0 | 1100 | 100011 | 10110 | 100111 | 100111 | 1000001 |
Color Harmonies of #C8AF82
Complementary color
Monochromatic Colors of #C8AF82
Black with #C8AF82
Text Example
Text Example
White with #C8AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF82; }
p { color: rgb(200,175,130); }
H1.HeaderClassName
{
color: #C8AF82;
}
.AnyTagClassName
{
color: #C8AF82;
}
</style>
background-color css
<style>
a { background-color: #C8AF82; }
a { background-color: rgb(200,175,130); }
div.DivClassName
{
background-color: #C8AF82;
}
.BgClassName
{
background-color: #C8AF82;
}
</style>
border-color css
<style>
span { border-color: #C8AF82; }
span { border-color: rgb(200,175,130); }
td.TdClassName
{
border-color: #C8AF82;
}
.TagClassName
{
border-color: #C8AF82;
}
</style>