Shades of Ecru #C2B27B
Tints of Ecru #C2B27B
RGB
CMYK
RGB Variations
Color information
#C2B27B (or 0xC2B27B) is known color: Ecru. HEX triplet: C2, B2 and 7B. RGB value is (194,178,123). Sum of RGB (Red+Green+Blue) = 194+178+123=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B27B is #3D4D84. Grayscale: #B0B0B0. Windows color (decimal): -4017541 or 8106690. OLE color: 8106690.
HSL color Cylindrical-coordinate representation of color #C2B27B: hue angle of 46.48º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2B27B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 123 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.24 |
| HSL | 46.48º | 0.37% | 0.62% | - |
| HSV(B) | 46.48º | 0.37% | 0.76% | - |
| XYZ | 41.74 | 44.74 | 25.17 | - |
| YUV | 176.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 123 | 0 | 0.08 | 0.37 | 0.24 | 46.48 | 0.37 | 0.62 |
| Hex | C2 | B2 | 7B | 0 | 8 | 25 | 18 | 2E | 25 | 3E |
| Octal | 302 | 262 | 173 | 0 | 10 | 45 | 30 | 56 | 45 | 76 |
| Binary | 11000010 | 10110010 | 1111011 | 0 | 1000 | 100101 | 11000 | 101110 | 100101 | 111110 |
Color Harmonies of #C2B27B
Complementary color
Monochromatic Colors of #C2B27B
Black with #C2B27B
Text Example
Text Example
White with #C2B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B27B; }
p { color: rgb(194,178,123); }
H1.HeaderClassName
{
color: #C2B27B;
}
.AnyTagClassName
{
color: #C2B27B;
}
</style>
background-color css
<style>
a { background-color: #C2B27B; }
a { background-color: rgb(194,178,123); }
div.DivClassName
{
background-color: #C2B27B;
}
.BgClassName
{
background-color: #C2B27B;
}
</style>
border-color css
<style>
span { border-color: #C2B27B; }
span { border-color: rgb(194,178,123); }
td.TdClassName
{
border-color: #C2B27B;
}
.TagClassName
{
border-color: #C2B27B;
}
</style>