Shades of Ecru #C0AF81
Tints of Ecru #C0AF81
RGB
CMYK
RGB Variations
Color information
#C0AF81 (or 0xC0AF81) is known color: Ecru. HEX triplet: C0, AF and 81. RGB value is (192,175,129). Sum of RGB (Red+Green+Blue) = 192+175+129=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF81 is #3F507E. Grayscale: #AFAFAF. Windows color (decimal): -4149375 or 8499136. OLE color: 8499136.
HSL color Cylindrical-coordinate representation of color #C0AF81: hue angle of 43.81º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0AF81 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 129 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.25 |
| HSL | 43.81º | 0.33% | 0.63% | - |
| HSV(B) | 43.81º | 0.33% | 0.75% | - |
| XYZ | 41.03 | 43.45 | 26.99 | - |
| YUV | 174.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 129 | 0 | 0.09 | 0.33 | 0.25 | 43.81 | 0.33 | 0.63 |
| Hex | C0 | AF | 81 | 0 | 9 | 21 | 19 | 2C | 21 | 3F |
| Octal | 300 | 257 | 201 | 0 | 11 | 41 | 31 | 54 | 41 | 77 |
| Binary | 11000000 | 10101111 | 10000001 | 0 | 1001 | 100001 | 11001 | 101100 | 100001 | 111111 |
Color Harmonies of #C0AF81
Complementary color
Monochromatic Colors of #C0AF81
Black with #C0AF81
Text Example
Text Example
White with #C0AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF81; }
p { color: rgb(192,175,129); }
H1.HeaderClassName
{
color: #C0AF81;
}
.AnyTagClassName
{
color: #C0AF81;
}
</style>
background-color css
<style>
a { background-color: #C0AF81; }
a { background-color: rgb(192,175,129); }
div.DivClassName
{
background-color: #C0AF81;
}
.BgClassName
{
background-color: #C0AF81;
}
</style>
border-color css
<style>
span { border-color: #C0AF81; }
span { border-color: rgb(192,175,129); }
td.TdClassName
{
border-color: #C0AF81;
}
.TagClassName
{
border-color: #C0AF81;
}
</style>