Shades of Ecru #CAB37A
Tints of Ecru #CAB37A
RGB
CMYK
RGB Variations
Color information
#CAB37A (or 0xCAB37A) is known color: Ecru. HEX triplet: CA, B3 and 7A. RGB value is (202,179,122). Sum of RGB (Red+Green+Blue) = 202+179+122=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB37A is #354C85. Grayscale: #B3B3B3. Windows color (decimal): -3492998 or 8041418. OLE color: 8041418.
HSL color Cylindrical-coordinate representation of color #CAB37A: hue angle of 42.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB37A is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 122 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.21 |
| HSL | 42.75º | 0.43% | 0.64% | - |
| HSV(B) | 42.75º | 0.4% | 0.79% | - |
| XYZ | 43.99 | 46.2 | 25.01 | - |
| YUV | 179.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 122 | 0 | 0.11 | 0.40 | 0.21 | 42.75 | 0.43 | 0.64 |
| Hex | CA | B3 | 7A | 0 | B | 28 | 15 | 2B | 2B | 40 |
| Octal | 312 | 263 | 172 | 0 | 13 | 50 | 25 | 53 | 53 | 100 |
| Binary | 11001010 | 10110011 | 1111010 | 0 | 1011 | 101000 | 10101 | 101011 | 101011 | 1000000 |
Color Harmonies of #CAB37A
Complementary color
Monochromatic Colors of #CAB37A
Black with #CAB37A
Text Example
Text Example
White with #CAB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB37A; }
p { color: rgb(202,179,122); }
H1.HeaderClassName
{
color: #CAB37A;
}
.AnyTagClassName
{
color: #CAB37A;
}
</style>
background-color css
<style>
a { background-color: #CAB37A; }
a { background-color: rgb(202,179,122); }
div.DivClassName
{
background-color: #CAB37A;
}
.BgClassName
{
background-color: #CAB37A;
}
</style>
border-color css
<style>
span { border-color: #CAB37A; }
span { border-color: rgb(202,179,122); }
td.TdClassName
{
border-color: #CAB37A;
}
.TagClassName
{
border-color: #CAB37A;
}
</style>