Shades of Ecru #CAB082
Tints of Ecru #CAB082
RGB
CMYK
RGB Variations
Color information
#CAB082 (or 0xCAB082) is known color: Ecru. HEX triplet: CA, B0 and 82. RGB value is (202,176,130). Sum of RGB (Red+Green+Blue) = 202+176+130=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB082 is #354F7D. Grayscale: #B2B2B2. Windows color (decimal): -3493758 or 8564938. OLE color: 8564938.
HSL color Cylindrical-coordinate representation of color #CAB082: hue angle of 38.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAB082 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 130 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.21 |
| HSL | 38.33º | 0.4% | 0.65% | - |
| HSV(B) | 38.33º | 0.36% | 0.79% | - |
| XYZ | 43.91 | 45.22 | 27.53 | - |
| YUV | 178.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 130 | 0 | 0.13 | 0.36 | 0.21 | 38.33 | 0.4 | 0.65 |
| Hex | CA | B0 | 82 | 0 | D | 24 | 15 | 26 | 28 | 41 |
| Octal | 312 | 260 | 202 | 0 | 15 | 44 | 25 | 46 | 50 | 101 |
| Binary | 11001010 | 10110000 | 10000010 | 0 | 1101 | 100100 | 10101 | 100110 | 101000 | 1000001 |
Color Harmonies of #CAB082
Complementary color
Monochromatic Colors of #CAB082
Black with #CAB082
Text Example
Text Example
White with #CAB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB082; }
p { color: rgb(202,176,130); }
H1.HeaderClassName
{
color: #CAB082;
}
.AnyTagClassName
{
color: #CAB082;
}
</style>
background-color css
<style>
a { background-color: #CAB082; }
a { background-color: rgb(202,176,130); }
div.DivClassName
{
background-color: #CAB082;
}
.BgClassName
{
background-color: #CAB082;
}
</style>
border-color css
<style>
span { border-color: #CAB082; }
span { border-color: rgb(202,176,130); }
td.TdClassName
{
border-color: #CAB082;
}
.TagClassName
{
border-color: #CAB082;
}
</style>