Shades of Ecru #C9B27E
Tints of Ecru #C9B27E
RGB
CMYK
RGB Variations
Color information
#C9B27E (or 0xC9B27E) is known color: Ecru. HEX triplet: C9, B2 and 7E. RGB value is (201,178,126). Sum of RGB (Red+Green+Blue) = 201+178+126=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B27E is #364D81. Grayscale: #B3B3B3. Windows color (decimal): -3558786 or 8303305. OLE color: 8303305.
HSL color Cylindrical-coordinate representation of color #C9B27E: hue angle of 41.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9B27E is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 126 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.21 |
| HSL | 41.6º | 0.41% | 0.64% | - |
| HSV(B) | 41.6º | 0.37% | 0.79% | - |
| XYZ | 43.77 | 45.76 | 26.27 | - |
| YUV | 178.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 126 | 0 | 0.11 | 0.37 | 0.21 | 41.6 | 0.41 | 0.64 |
| Hex | C9 | B2 | 7E | 0 | B | 25 | 15 | 2A | 29 | 40 |
| Octal | 311 | 262 | 176 | 0 | 13 | 45 | 25 | 52 | 51 | 100 |
| Binary | 11001001 | 10110010 | 1111110 | 0 | 1011 | 100101 | 10101 | 101010 | 101001 | 1000000 |
Color Harmonies of #C9B27E
Complementary color
Monochromatic Colors of #C9B27E
Black with #C9B27E
Text Example
Text Example
White with #C9B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B27E; }
p { color: rgb(201,178,126); }
H1.HeaderClassName
{
color: #C9B27E;
}
.AnyTagClassName
{
color: #C9B27E;
}
</style>
background-color css
<style>
a { background-color: #C9B27E; }
a { background-color: rgb(201,178,126); }
div.DivClassName
{
background-color: #C9B27E;
}
.BgClassName
{
background-color: #C9B27E;
}
</style>
border-color css
<style>
span { border-color: #C9B27E; }
span { border-color: rgb(201,178,126); }
td.TdClassName
{
border-color: #C9B27E;
}
.TagClassName
{
border-color: #C9B27E;
}
</style>