Shades of Ecru #C8B181
Tints of Ecru #C8B181
RGB
CMYK
RGB Variations
Color information
#C8B181 (or 0xC8B181) is known color: Ecru. HEX triplet: C8, B1 and 81. RGB value is (200,177,129). Sum of RGB (Red+Green+Blue) = 200+177+129=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B181 is #374E7E. Grayscale: #B2B2B2. Windows color (decimal): -3624575 or 8499656. OLE color: 8499656.
HSL color Cylindrical-coordinate representation of color #C8B181: hue angle of 40.56º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8B181 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 129 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.22 |
| HSL | 40.56º | 0.39% | 0.65% | - |
| HSV(B) | 40.56º | 0.36% | 0.78% | - |
| XYZ | 43.5 | 45.31 | 27.22 | - |
| YUV | 178.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 129 | 0 | 0.12 | 0.36 | 0.22 | 40.56 | 0.39 | 0.65 |
| Hex | C8 | B1 | 81 | 0 | C | 24 | 16 | 29 | 27 | 41 |
| Octal | 310 | 261 | 201 | 0 | 14 | 44 | 26 | 51 | 47 | 101 |
| Binary | 11001000 | 10110001 | 10000001 | 0 | 1100 | 100100 | 10110 | 101001 | 100111 | 1000001 |
Color Harmonies of #C8B181
Complementary color
Monochromatic Colors of #C8B181
Black with #C8B181
Text Example
Text Example
White with #C8B181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B181; }
p { color: rgb(200,177,129); }
H1.HeaderClassName
{
color: #C8B181;
}
.AnyTagClassName
{
color: #C8B181;
}
</style>
background-color css
<style>
a { background-color: #C8B181; }
a { background-color: rgb(200,177,129); }
div.DivClassName
{
background-color: #C8B181;
}
.BgClassName
{
background-color: #C8B181;
}
</style>
border-color css
<style>
span { border-color: #C8B181; }
span { border-color: rgb(200,177,129); }
td.TdClassName
{
border-color: #C8B181;
}
.TagClassName
{
border-color: #C8B181;
}
</style>