Shades of Ecru #C1B37B
Tints of Ecru #C1B37B
RGB
CMYK
RGB Variations
Color information
#C1B37B (or 0xC1B37B) is known color: Ecru. HEX triplet: C1, B3 and 7B. RGB value is (193,179,123). Sum of RGB (Red+Green+Blue) = 193+179+123=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B37B is #3E4C84. Grayscale: #B1B1B1. Windows color (decimal): -4082821 or 8106945. OLE color: 8106945.
HSL color Cylindrical-coordinate representation of color #C1B37B: hue angle of 48º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1B37B is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 123 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.24 |
| HSL | 48º | 0.36% | 0.62% | - |
| HSV(B) | 48º | 0.36% | 0.76% | - |
| XYZ | 41.69 | 45.01 | 25.23 | - |
| YUV | 176.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 123 | 0 | 0.07 | 0.36 | 0.24 | 48 | 0.36 | 0.62 |
| Hex | C1 | B3 | 7B | 0 | 7 | 24 | 18 | 30 | 24 | 3E |
| Octal | 301 | 263 | 173 | 0 | 7 | 44 | 30 | 60 | 44 | 76 |
| Binary | 11000001 | 10110011 | 1111011 | 0 | 111 | 100100 | 11000 | 110000 | 100100 | 111110 |
Color Harmonies of #C1B37B
Complementary color
Monochromatic Colors of #C1B37B
Black with #C1B37B
Text Example
Text Example
White with #C1B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B37B; }
p { color: rgb(193,179,123); }
H1.HeaderClassName
{
color: #C1B37B;
}
.AnyTagClassName
{
color: #C1B37B;
}
</style>
background-color css
<style>
a { background-color: #C1B37B; }
a { background-color: rgb(193,179,123); }
div.DivClassName
{
background-color: #C1B37B;
}
.BgClassName
{
background-color: #C1B37B;
}
</style>
border-color css
<style>
span { border-color: #C1B37B; }
span { border-color: rgb(193,179,123); }
td.TdClassName
{
border-color: #C1B37B;
}
.TagClassName
{
border-color: #C1B37B;
}
</style>