Shades of Ecru #CAB182
Tints of Ecru #CAB182
RGB
CMYK
RGB Variations
Color information
#CAB182 (or 0xCAB182) is known color: Ecru. HEX triplet: CA, B1 and 82. RGB value is (202,177,130). Sum of RGB (Red+Green+Blue) = 202+177+130=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB182 is #354E7D. Grayscale: #B3B3B3. Windows color (decimal): -3493502 or 8565194. OLE color: 8565194.
HSL color Cylindrical-coordinate representation of color #CAB182: hue angle of 39.17º 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 #CAB182 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 130 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.21 |
| HSL | 39.17º | 0.4% | 0.65% | - |
| HSV(B) | 39.17º | 0.36% | 0.79% | - |
| XYZ | 44.11 | 45.61 | 27.6 | - |
| YUV | 179.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 130 | 0 | 0.12 | 0.36 | 0.21 | 39.17 | 0.4 | 0.65 |
| Hex | CA | B1 | 82 | 0 | C | 24 | 15 | 27 | 28 | 41 |
| Octal | 312 | 261 | 202 | 0 | 14 | 44 | 25 | 47 | 50 | 101 |
| Binary | 11001010 | 10110001 | 10000010 | 0 | 1100 | 100100 | 10101 | 100111 | 101000 | 1000001 |
Color Harmonies of #CAB182
Complementary color
Monochromatic Colors of #CAB182
Black with #CAB182
Text Example
Text Example
White with #CAB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB182; }
p { color: rgb(202,177,130); }
H1.HeaderClassName
{
color: #CAB182;
}
.AnyTagClassName
{
color: #CAB182;
}
</style>
background-color css
<style>
a { background-color: #CAB182; }
a { background-color: rgb(202,177,130); }
div.DivClassName
{
background-color: #CAB182;
}
.BgClassName
{
background-color: #CAB182;
}
</style>
border-color css
<style>
span { border-color: #CAB182; }
span { border-color: rgb(202,177,130); }
td.TdClassName
{
border-color: #CAB182;
}
.TagClassName
{
border-color: #CAB182;
}
</style>