Shades of Ecru #CAB27A
Tints of Ecru #CAB27A
RGB
CMYK
RGB Variations
Color information
#CAB27A (or 0xCAB27A) is known color: Ecru. HEX triplet: CA, B2 and 7A. RGB value is (202,178,122). Sum of RGB (Red+Green+Blue) = 202+178+122=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB27A is #354D85. Grayscale: #B3B3B3. Windows color (decimal): -3493254 or 8041162. OLE color: 8041162.
HSL color Cylindrical-coordinate representation of color #CAB27A: hue angle of 42º 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 #CAB27A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 122 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.21 |
| HSL | 42º | 0.43% | 0.64% | - |
| HSV(B) | 42º | 0.4% | 0.79% | - |
| XYZ | 43.79 | 45.8 | 24.95 | - |
| YUV | 178.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 122 | 0 | 0.12 | 0.40 | 0.21 | 42 | 0.43 | 0.64 |
| Hex | CA | B2 | 7A | 0 | C | 28 | 15 | 2A | 2B | 40 |
| Octal | 312 | 262 | 172 | 0 | 14 | 50 | 25 | 52 | 53 | 100 |
| Binary | 11001010 | 10110010 | 1111010 | 0 | 1100 | 101000 | 10101 | 101010 | 101011 | 1000000 |
Color Harmonies of #CAB27A
Complementary color
Monochromatic Colors of #CAB27A
Black with #CAB27A
Text Example
Text Example
White with #CAB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB27A; }
p { color: rgb(202,178,122); }
H1.HeaderClassName
{
color: #CAB27A;
}
.AnyTagClassName
{
color: #CAB27A;
}
</style>
background-color css
<style>
a { background-color: #CAB27A; }
a { background-color: rgb(202,178,122); }
div.DivClassName
{
background-color: #CAB27A;
}
.BgClassName
{
background-color: #CAB27A;
}
</style>
border-color css
<style>
span { border-color: #CAB27A; }
span { border-color: rgb(202,178,122); }
td.TdClassName
{
border-color: #CAB27A;
}
.TagClassName
{
border-color: #CAB27A;
}
</style>