Shades of Ecru #C3B27E
Tints of Ecru #C3B27E
RGB
CMYK
RGB Variations
Color information
#C3B27E (or 0xC3B27E) is known color: Ecru. HEX triplet: C3, B2 and 7E. RGB value is (195,178,126). Sum of RGB (Red+Green+Blue) = 195+178+126=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B27E is #3C4D81. Grayscale: #B1B1B1. Windows color (decimal): -3952002 or 8303299. OLE color: 8303299.
HSL color Cylindrical-coordinate representation of color #C3B27E: hue angle of 45.22º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3B27E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 126 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.24 |
| HSL | 45.22º | 0.37% | 0.63% | - |
| HSV(B) | 45.22º | 0.35% | 0.76% | - |
| XYZ | 42.19 | 44.95 | 26.19 | - |
| YUV | 177.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 126 | 0 | 0.09 | 0.35 | 0.24 | 45.22 | 0.37 | 0.63 |
| Hex | C3 | B2 | 7E | 0 | 9 | 23 | 18 | 2D | 25 | 3F |
| Octal | 303 | 262 | 176 | 0 | 11 | 43 | 30 | 55 | 45 | 77 |
| Binary | 11000011 | 10110010 | 1111110 | 0 | 1001 | 100011 | 11000 | 101101 | 100101 | 111111 |
Color Harmonies of #C3B27E
Complementary color
Monochromatic Colors of #C3B27E
Black with #C3B27E
Text Example
Text Example
White with #C3B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B27E; }
p { color: rgb(195,178,126); }
H1.HeaderClassName
{
color: #C3B27E;
}
.AnyTagClassName
{
color: #C3B27E;
}
</style>
background-color css
<style>
a { background-color: #C3B27E; }
a { background-color: rgb(195,178,126); }
div.DivClassName
{
background-color: #C3B27E;
}
.BgClassName
{
background-color: #C3B27E;
}
</style>
border-color css
<style>
span { border-color: #C3B27E; }
span { border-color: rgb(195,178,126); }
td.TdClassName
{
border-color: #C3B27E;
}
.TagClassName
{
border-color: #C3B27E;
}
</style>