Shades of Ecru #C3B678
Tints of Ecru #C3B678
RGB
CMYK
RGB Variations
Color information
#C3B678 (or 0xC3B678) is known color: Ecru. HEX triplet: C3, B6 and 78. RGB value is (195,182,120). Sum of RGB (Red+Green+Blue) = 195+182+120=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B678 is #3C4987. Grayscale: #B3B3B3. Windows color (decimal): -3950984 or 7911107. OLE color: 7911107.
HSL color Cylindrical-coordinate representation of color #C3B678: hue angle of 49.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3B678 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 120 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.24 |
| HSL | 49.6º | 0.38% | 0.62% | - |
| HSV(B) | 49.6º | 0.38% | 0.76% | - |
| XYZ | 42.62 | 46.41 | 24.48 | - |
| YUV | 178.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 120 | 0 | 0.07 | 0.38 | 0.24 | 49.6 | 0.38 | 0.62 |
| Hex | C3 | B6 | 78 | 0 | 7 | 26 | 18 | 32 | 26 | 3E |
| Octal | 303 | 266 | 170 | 0 | 7 | 46 | 30 | 62 | 46 | 76 |
| Binary | 11000011 | 10110110 | 1111000 | 0 | 111 | 100110 | 11000 | 110010 | 100110 | 111110 |
Color Harmonies of #C3B678
Complementary color
Monochromatic Colors of #C3B678
Black with #C3B678
Text Example
Text Example
White with #C3B678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B678; }
p { color: rgb(195,182,120); }
H1.HeaderClassName
{
color: #C3B678;
}
.AnyTagClassName
{
color: #C3B678;
}
</style>
background-color css
<style>
a { background-color: #C3B678; }
a { background-color: rgb(195,182,120); }
div.DivClassName
{
background-color: #C3B678;
}
.BgClassName
{
background-color: #C3B678;
}
</style>
border-color css
<style>
span { border-color: #C3B678; }
span { border-color: rgb(195,182,120); }
td.TdClassName
{
border-color: #C3B678;
}
.TagClassName
{
border-color: #C3B678;
}
</style>