Shades of Ecru #C3B082
Tints of Ecru #C3B082
RGB
CMYK
RGB Variations
Color information
#C3B082 (or 0xC3B082) is known color: Ecru. HEX triplet: C3, B0 and 82. RGB value is (195,176,130). Sum of RGB (Red+Green+Blue) = 195+176+130=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B082 is #3C4F7D. Grayscale: #B0B0B0. Windows color (decimal): -3952510 or 8564931. OLE color: 8564931.
HSL color Cylindrical-coordinate representation of color #C3B082: hue angle of 42.46º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3B082 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 130 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.24 |
| HSL | 42.46º | 0.35% | 0.64% | - |
| HSV(B) | 42.46º | 0.33% | 0.76% | - |
| XYZ | 42.06 | 44.26 | 27.45 | - |
| YUV | 176.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 130 | 0 | 0.10 | 0.33 | 0.24 | 42.46 | 0.35 | 0.64 |
| Hex | C3 | B0 | 82 | 0 | A | 21 | 18 | 2A | 23 | 40 |
| Octal | 303 | 260 | 202 | 0 | 12 | 41 | 30 | 52 | 43 | 100 |
| Binary | 11000011 | 10110000 | 10000010 | 0 | 1010 | 100001 | 11000 | 101010 | 100011 | 1000000 |
Color Harmonies of #C3B082
Complementary color
Monochromatic Colors of #C3B082
Black with #C3B082
Text Example
Text Example
White with #C3B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B082; }
p { color: rgb(195,176,130); }
H1.HeaderClassName
{
color: #C3B082;
}
.AnyTagClassName
{
color: #C3B082;
}
</style>
background-color css
<style>
a { background-color: #C3B082; }
a { background-color: rgb(195,176,130); }
div.DivClassName
{
background-color: #C3B082;
}
.BgClassName
{
background-color: #C3B082;
}
</style>
border-color css
<style>
span { border-color: #C3B082; }
span { border-color: rgb(195,176,130); }
td.TdClassName
{
border-color: #C3B082;
}
.TagClassName
{
border-color: #C3B082;
}
</style>