Shades of Ecru #C9B184
Tints of Ecru #C9B184
RGB
CMYK
RGB Variations
Color information
#C9B184 (or 0xC9B184) is known color: Ecru. HEX triplet: C9, B1 and 84. RGB value is (201,177,132). Sum of RGB (Red+Green+Blue) = 201+177+132=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B184 is #364E7B. Grayscale: #B3B3B3. Windows color (decimal): -3559036 or 8696265. OLE color: 8696265.
HSL color Cylindrical-coordinate representation of color #C9B184: hue angle of 39.13º 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 #C9B184 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 132 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.21 |
| HSL | 39.13º | 0.39% | 0.65% | - |
| HSV(B) | 39.13º | 0.34% | 0.79% | - |
| XYZ | 43.97 | 45.53 | 28.3 | - |
| YUV | 179.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 132 | 0 | 0.12 | 0.34 | 0.21 | 39.13 | 0.39 | 0.65 |
| Hex | C9 | B1 | 84 | 0 | C | 22 | 15 | 27 | 27 | 41 |
| Octal | 311 | 261 | 204 | 0 | 14 | 42 | 25 | 47 | 47 | 101 |
| Binary | 11001001 | 10110001 | 10000100 | 0 | 1100 | 100010 | 10101 | 100111 | 100111 | 1000001 |
Color Harmonies of #C9B184
Complementary color
Monochromatic Colors of #C9B184
Black with #C9B184
Text Example
Text Example
White with #C9B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B184; }
p { color: rgb(201,177,132); }
H1.HeaderClassName
{
color: #C9B184;
}
.AnyTagClassName
{
color: #C9B184;
}
</style>
background-color css
<style>
a { background-color: #C9B184; }
a { background-color: rgb(201,177,132); }
div.DivClassName
{
background-color: #C9B184;
}
.BgClassName
{
background-color: #C9B184;
}
</style>
border-color css
<style>
span { border-color: #C9B184; }
span { border-color: rgb(201,177,132); }
td.TdClassName
{
border-color: #C9B184;
}
.TagClassName
{
border-color: #C9B184;
}
</style>