Shades of Ecru #C6B287
Tints of Ecru #C6B287
RGB
CMYK
RGB Variations
Color information
#C6B287 (or 0xC6B287) is known color: Ecru. HEX triplet: C6, B2 and 87. RGB value is (198,178,135). Sum of RGB (Red+Green+Blue) = 198+178+135=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B287 is #394D78. Grayscale: #B3B3B3. Windows color (decimal): -3755385 or 8893126. OLE color: 8893126.
HSL color Cylindrical-coordinate representation of color #C6B287: hue angle of 40.95º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6B287 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 135 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.22 |
| HSL | 40.95º | 0.36% | 0.65% | - |
| HSV(B) | 40.95º | 0.32% | 0.78% | - |
| XYZ | 43.58 | 45.6 | 29.43 | - |
| YUV | 179.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 135 | 0 | 0.10 | 0.32 | 0.22 | 40.95 | 0.36 | 0.65 |
| Hex | C6 | B2 | 87 | 0 | A | 20 | 16 | 29 | 24 | 41 |
| Octal | 306 | 262 | 207 | 0 | 12 | 40 | 26 | 51 | 44 | 101 |
| Binary | 11000110 | 10110010 | 10000111 | 0 | 1010 | 100000 | 10110 | 101001 | 100100 | 1000001 |
Color Harmonies of #C6B287
Complementary color
Monochromatic Colors of #C6B287
Black with #C6B287
Text Example
Text Example
White with #C6B287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B287; }
p { color: rgb(198,178,135); }
H1.HeaderClassName
{
color: #C6B287;
}
.AnyTagClassName
{
color: #C6B287;
}
</style>
background-color css
<style>
a { background-color: #C6B287; }
a { background-color: rgb(198,178,135); }
div.DivClassName
{
background-color: #C6B287;
}
.BgClassName
{
background-color: #C6B287;
}
</style>
border-color css
<style>
span { border-color: #C6B287; }
span { border-color: rgb(198,178,135); }
td.TdClassName
{
border-color: #C6B287;
}
.TagClassName
{
border-color: #C6B287;
}
</style>