Shades of Ecru #C8B47B
Tints of Ecru #C8B47B
RGB
CMYK
RGB Variations
Color information
#C8B47B (or 0xC8B47B) is known color: Ecru. HEX triplet: C8, B4 and 7B. RGB value is (200,180,123). Sum of RGB (Red+Green+Blue) = 200+180+123=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B47B is #374B84. Grayscale: #B3B3B3. Windows color (decimal): -3623813 or 8107208. OLE color: 8107208.
HSL color Cylindrical-coordinate representation of color #C8B47B: hue angle of 44.42º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8B47B is Cyan = 0, Magento = 0.1, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 180 | 123 | - |
CMYK | 0 | 0.1 | 0.38 | 0.22 |
HSL | 44.42º | 0.41% | 0.63% | - |
HSV(B) | 44.42º | 0.39% | 0.78% | - |
XYZ | 43.72 | 46.35 | 25.38 | - |
YUV | 179.48 | 96.13 | 142.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 180 | 123 | 0 | 0.1 | 0.38 | 0.22 | 44.42 | 0.41 | 0.63 |
Hex | C8 | B4 | 7B | 0 | A | 26 | 16 | 2C | 29 | 3F |
Octal | 310 | 264 | 173 | 0 | 12 | 46 | 26 | 54 | 51 | 77 |
Binary | 11001000 | 10110100 | 1111011 | 0 | 1010 | 100110 | 10110 | 101100 | 101001 | 111111 |
Color Harmonies of #C8B47B
Complementary color
Monochromatic Colors of #C8B47B
Black with #C8B47B
Text Example
Text Example
White with #C8B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B47B; }
p { color: rgb(200,180,123); }
H1.HeaderClassName
{
color: #C8B47B;
}
.AnyTagClassName
{
color: #C8B47B;
}
</style>
background-color css
<style>
a { background-color: #C8B47B; }
a { background-color: rgb(200,180,123); }
div.DivClassName
{
background-color: #C8B47B;
}
.BgClassName
{
background-color: #C8B47B;
}
</style>
border-color css
<style>
span { border-color: #C8B47B; }
span { border-color: rgb(200,180,123); }
td.TdClassName
{
border-color: #C8B47B;
}
.TagClassName
{
border-color: #C8B47B;
}
</style>