Shades of Ecru #CAB07C
Tints of Ecru #CAB07C
RGB
CMYK
RGB Variations
Color information
#CAB07C (or 0xCAB07C) is known color: Ecru. HEX triplet: CA, B0 and 7C. RGB value is (202,176,124). Sum of RGB (Red+Green+Blue) = 202+176+124=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07C is #354F83. Grayscale: #B2B2B2. Windows color (decimal): -3493764 or 8171722. OLE color: 8171722.
HSL color Cylindrical-coordinate representation of color #CAB07C: hue angle of 40º 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 #CAB07C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 124 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.21 |
| HSL | 40º | 0.42% | 0.64% | - |
| HSV(B) | 40º | 0.39% | 0.79% | - |
| XYZ | 43.52 | 45.06 | 25.47 | - |
| YUV | 177.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 124 | 0 | 0.13 | 0.39 | 0.21 | 40 | 0.42 | 0.64 |
| Hex | CA | B0 | 7C | 0 | D | 27 | 15 | 28 | 2A | 40 |
| Octal | 312 | 260 | 174 | 0 | 15 | 47 | 25 | 50 | 52 | 100 |
| Binary | 11001010 | 10110000 | 1111100 | 0 | 1101 | 100111 | 10101 | 101000 | 101010 | 1000000 |
Color Harmonies of #CAB07C
Complementary color
Monochromatic Colors of #CAB07C
Black with #CAB07C
Text Example
Text Example
White with #CAB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB07C; }
p { color: rgb(202,176,124); }
H1.HeaderClassName
{
color: #CAB07C;
}
.AnyTagClassName
{
color: #CAB07C;
}
</style>
background-color css
<style>
a { background-color: #CAB07C; }
a { background-color: rgb(202,176,124); }
div.DivClassName
{
background-color: #CAB07C;
}
.BgClassName
{
background-color: #CAB07C;
}
</style>
border-color css
<style>
span { border-color: #CAB07C; }
span { border-color: rgb(202,176,124); }
td.TdClassName
{
border-color: #CAB07C;
}
.TagClassName
{
border-color: #CAB07C;
}
</style>