Shades of Ecru #CAB27C
Tints of Ecru #CAB27C
RGB
CMYK
RGB Variations
Color information
#CAB27C (or 0xCAB27C) is known color: Ecru. HEX triplet: CA, B2 and 7C. RGB value is (202,178,124). Sum of RGB (Red+Green+Blue) = 202+178+124=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB27C is #354D83. Grayscale: #B3B3B3. Windows color (decimal): -3493252 or 8172234. OLE color: 8172234.
HSL color Cylindrical-coordinate representation of color #CAB27C: hue angle of 41.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAB27C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 124 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.21 |
| HSL | 41.54º | 0.42% | 0.64% | - |
| HSV(B) | 41.54º | 0.39% | 0.79% | - |
| XYZ | 43.92 | 45.85 | 25.6 | - |
| YUV | 179.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 124 | 0 | 0.12 | 0.39 | 0.21 | 41.54 | 0.42 | 0.64 |
| Hex | CA | B2 | 7C | 0 | C | 27 | 15 | 2A | 2A | 40 |
| Octal | 312 | 262 | 174 | 0 | 14 | 47 | 25 | 52 | 52 | 100 |
| Binary | 11001010 | 10110010 | 1111100 | 0 | 1100 | 100111 | 10101 | 101010 | 101010 | 1000000 |
Color Harmonies of #CAB27C
Complementary color
Monochromatic Colors of #CAB27C
Black with #CAB27C
Text Example
Text Example
White with #CAB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB27C; }
p { color: rgb(202,178,124); }
H1.HeaderClassName
{
color: #CAB27C;
}
.AnyTagClassName
{
color: #CAB27C;
}
</style>
background-color css
<style>
a { background-color: #CAB27C; }
a { background-color: rgb(202,178,124); }
div.DivClassName
{
background-color: #CAB27C;
}
.BgClassName
{
background-color: #CAB27C;
}
</style>
border-color css
<style>
span { border-color: #CAB27C; }
span { border-color: rgb(202,178,124); }
td.TdClassName
{
border-color: #CAB27C;
}
.TagClassName
{
border-color: #CAB27C;
}
</style>