Shades of Ecru #C2B07D
Tints of Ecru #C2B07D
RGB
CMYK
RGB Variations
Color information
#C2B07D (or 0xC2B07D) is known color: Ecru. HEX triplet: C2, B0 and 7D. RGB value is (194,176,125). Sum of RGB (Red+Green+Blue) = 194+176+125=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B07D is #3D4F82. Grayscale: #AFAFAF. Windows color (decimal): -4018051 or 8237250. OLE color: 8237250.
HSL color Cylindrical-coordinate representation of color #C2B07D: hue angle of 44.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B07D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 125 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.24 |
| HSL | 44.35º | 0.36% | 0.63% | - |
| HSV(B) | 44.35º | 0.36% | 0.76% | - |
| XYZ | 41.48 | 44 | 25.71 | - |
| YUV | 175.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 125 | 0 | 0.09 | 0.36 | 0.24 | 44.35 | 0.36 | 0.63 |
| Hex | C2 | B0 | 7D | 0 | 9 | 24 | 18 | 2C | 24 | 3F |
| Octal | 302 | 260 | 175 | 0 | 11 | 44 | 30 | 54 | 44 | 77 |
| Binary | 11000010 | 10110000 | 1111101 | 0 | 1001 | 100100 | 11000 | 101100 | 100100 | 111111 |
Color Harmonies of #C2B07D
Complementary color
Monochromatic Colors of #C2B07D
Black with #C2B07D
Text Example
Text Example
White with #C2B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B07D; }
p { color: rgb(194,176,125); }
H1.HeaderClassName
{
color: #C2B07D;
}
.AnyTagClassName
{
color: #C2B07D;
}
</style>
background-color css
<style>
a { background-color: #C2B07D; }
a { background-color: rgb(194,176,125); }
div.DivClassName
{
background-color: #C2B07D;
}
.BgClassName
{
background-color: #C2B07D;
}
</style>
border-color css
<style>
span { border-color: #C2B07D; }
span { border-color: rgb(194,176,125); }
td.TdClassName
{
border-color: #C2B07D;
}
.TagClassName
{
border-color: #C2B07D;
}
</style>