Shades of Ecru #C8B082
Tints of Ecru #C8B082
RGB
CMYK
RGB Variations
Color information
#C8B082 (or 0xC8B082) is known color: Ecru. HEX triplet: C8, B0 and 82. RGB value is (200,176,130). Sum of RGB (Red+Green+Blue) = 200+176+130=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B082 is #374F7D. Grayscale: #B2B2B2. Windows color (decimal): -3624830 or 8564936. OLE color: 8564936.
HSL color Cylindrical-coordinate representation of color #C8B082: hue angle of 39.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8B082 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 130 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.22 |
| HSL | 39.43º | 0.39% | 0.65% | - |
| HSV(B) | 39.43º | 0.35% | 0.78% | - |
| XYZ | 43.37 | 44.94 | 27.51 | - |
| YUV | 177.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 130 | 0 | 0.12 | 0.35 | 0.22 | 39.43 | 0.39 | 0.65 |
| Hex | C8 | B0 | 82 | 0 | C | 23 | 16 | 27 | 27 | 41 |
| Octal | 310 | 260 | 202 | 0 | 14 | 43 | 26 | 47 | 47 | 101 |
| Binary | 11001000 | 10110000 | 10000010 | 0 | 1100 | 100011 | 10110 | 100111 | 100111 | 1000001 |
Color Harmonies of #C8B082
Complementary color
Monochromatic Colors of #C8B082
Black with #C8B082
Text Example
Text Example
White with #C8B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B082; }
p { color: rgb(200,176,130); }
H1.HeaderClassName
{
color: #C8B082;
}
.AnyTagClassName
{
color: #C8B082;
}
</style>
background-color css
<style>
a { background-color: #C8B082; }
a { background-color: rgb(200,176,130); }
div.DivClassName
{
background-color: #C8B082;
}
.BgClassName
{
background-color: #C8B082;
}
</style>
border-color css
<style>
span { border-color: #C8B082; }
span { border-color: rgb(200,176,130); }
td.TdClassName
{
border-color: #C8B082;
}
.TagClassName
{
border-color: #C8B082;
}
</style>