Shades of Ecru #C9B084
Tints of Ecru #C9B084
RGB
CMYK
RGB Variations
Color information
#C9B084 (or 0xC9B084) is known color: Ecru. HEX triplet: C9, B0 and 84. RGB value is (201,176,132). Sum of RGB (Red+Green+Blue) = 201+176+132=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B084 is #364F7B. Grayscale: #B2B2B2. Windows color (decimal): -3559292 or 8696009. OLE color: 8696009.
HSL color Cylindrical-coordinate representation of color #C9B084: hue angle of 38.26º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9B084 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 132 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.21 |
| HSL | 38.26º | 0.39% | 0.65% | - |
| HSV(B) | 38.26º | 0.34% | 0.79% | - |
| XYZ | 43.78 | 45.13 | 28.23 | - |
| YUV | 178.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 132 | 0 | 0.12 | 0.34 | 0.21 | 38.26 | 0.39 | 0.65 |
| Hex | C9 | B0 | 84 | 0 | C | 22 | 15 | 26 | 27 | 41 |
| Octal | 311 | 260 | 204 | 0 | 14 | 42 | 25 | 46 | 47 | 101 |
| Binary | 11001001 | 10110000 | 10000100 | 0 | 1100 | 100010 | 10101 | 100110 | 100111 | 1000001 |
Color Harmonies of #C9B084
Complementary color
Monochromatic Colors of #C9B084
Black with #C9B084
Text Example
Text Example
White with #C9B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B084; }
p { color: rgb(201,176,132); }
H1.HeaderClassName
{
color: #C9B084;
}
.AnyTagClassName
{
color: #C9B084;
}
</style>
background-color css
<style>
a { background-color: #C9B084; }
a { background-color: rgb(201,176,132); }
div.DivClassName
{
background-color: #C9B084;
}
.BgClassName
{
background-color: #C9B084;
}
</style>
border-color css
<style>
span { border-color: #C9B084; }
span { border-color: rgb(201,176,132); }
td.TdClassName
{
border-color: #C9B084;
}
.TagClassName
{
border-color: #C9B084;
}
</style>