Shades of Ecru #C5B27B
Tints of Ecru #C5B27B
RGB
CMYK
RGB Variations
Color information
#C5B27B (or 0xC5B27B) is known color: Ecru. HEX triplet: C5, B2 and 7B. RGB value is (197,178,123). Sum of RGB (Red+Green+Blue) = 197+178+123=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B27B is #3A4D84. Grayscale: #B1B1B1. Windows color (decimal): -3820933 or 8106693. OLE color: 8106693.
HSL color Cylindrical-coordinate representation of color #C5B27B: hue angle of 44.59º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5B27B is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 123 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.23 |
| HSL | 44.59º | 0.39% | 0.63% | - |
| HSV(B) | 44.59º | 0.38% | 0.77% | - |
| XYZ | 42.52 | 45.14 | 25.21 | - |
| YUV | 177.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 123 | 0 | 0.10 | 0.38 | 0.23 | 44.59 | 0.39 | 0.63 |
| Hex | C5 | B2 | 7B | 0 | A | 26 | 17 | 2D | 27 | 3F |
| Octal | 305 | 262 | 173 | 0 | 12 | 46 | 27 | 55 | 47 | 77 |
| Binary | 11000101 | 10110010 | 1111011 | 0 | 1010 | 100110 | 10111 | 101101 | 100111 | 111111 |
Color Harmonies of #C5B27B
Complementary color
Monochromatic Colors of #C5B27B
Black with #C5B27B
Text Example
Text Example
White with #C5B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B27B; }
p { color: rgb(197,178,123); }
H1.HeaderClassName
{
color: #C5B27B;
}
.AnyTagClassName
{
color: #C5B27B;
}
</style>
background-color css
<style>
a { background-color: #C5B27B; }
a { background-color: rgb(197,178,123); }
div.DivClassName
{
background-color: #C5B27B;
}
.BgClassName
{
background-color: #C5B27B;
}
</style>
border-color css
<style>
span { border-color: #C5B27B; }
span { border-color: rgb(197,178,123); }
td.TdClassName
{
border-color: #C5B27B;
}
.TagClassName
{
border-color: #C5B27B;
}
</style>