Shades of Ecru #CAB183
Tints of Ecru #CAB183
RGB
CMYK
RGB Variations
Color information
#CAB183 (or 0xCAB183) is known color: Ecru. HEX triplet: CA, B1 and 83. RGB value is (202,177,131). Sum of RGB (Red+Green+Blue) = 202+177+131=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB183 is #354E7C. Grayscale: #B3B3B3. Windows color (decimal): -3493501 or 8630730. OLE color: 8630730.
HSL color Cylindrical-coordinate representation of color #CAB183: hue angle of 38.87º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAB183 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 131 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.21 |
| HSL | 38.87º | 0.4% | 0.65% | - |
| HSV(B) | 38.87º | 0.35% | 0.79% | - |
| XYZ | 44.18 | 45.64 | 27.95 | - |
| YUV | 179.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 131 | 0 | 0.12 | 0.35 | 0.21 | 38.87 | 0.4 | 0.65 |
| Hex | CA | B1 | 83 | 0 | C | 23 | 15 | 27 | 28 | 41 |
| Octal | 312 | 261 | 203 | 0 | 14 | 43 | 25 | 47 | 50 | 101 |
| Binary | 11001010 | 10110001 | 10000011 | 0 | 1100 | 100011 | 10101 | 100111 | 101000 | 1000001 |
Color Harmonies of #CAB183
Complementary color
Monochromatic Colors of #CAB183
Black with #CAB183
Text Example
Text Example
White with #CAB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB183; }
p { color: rgb(202,177,131); }
H1.HeaderClassName
{
color: #CAB183;
}
.AnyTagClassName
{
color: #CAB183;
}
</style>
background-color css
<style>
a { background-color: #CAB183; }
a { background-color: rgb(202,177,131); }
div.DivClassName
{
background-color: #CAB183;
}
.BgClassName
{
background-color: #CAB183;
}
</style>
border-color css
<style>
span { border-color: #CAB183; }
span { border-color: rgb(202,177,131); }
td.TdClassName
{
border-color: #CAB183;
}
.TagClassName
{
border-color: #CAB183;
}
</style>