Shades of Ecru #CAB07D
Tints of Ecru #CAB07D
RGB
CMYK
RGB Variations
Color information
#CAB07D (or 0xCAB07D) is known color: Ecru. HEX triplet: CA, B0 and 7D. RGB value is (202,176,125). Sum of RGB (Red+Green+Blue) = 202+176+125=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07D is #354F82. Grayscale: #B2B2B2. Windows color (decimal): -3493763 or 8237258. OLE color: 8237258.
HSL color Cylindrical-coordinate representation of color #CAB07D: hue angle of 39.74º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAB07D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 125 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.21 |
| HSL | 39.74º | 0.42% | 0.64% | - |
| HSV(B) | 39.74º | 0.38% | 0.79% | - |
| XYZ | 43.58 | 45.09 | 25.81 | - |
| YUV | 177.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 125 | 0 | 0.13 | 0.38 | 0.21 | 39.74 | 0.42 | 0.64 |
| Hex | CA | B0 | 7D | 0 | D | 26 | 15 | 28 | 2A | 40 |
| Octal | 312 | 260 | 175 | 0 | 15 | 46 | 25 | 50 | 52 | 100 |
| Binary | 11001010 | 10110000 | 1111101 | 0 | 1101 | 100110 | 10101 | 101000 | 101010 | 1000000 |
Color Harmonies of #CAB07D
Complementary color
Monochromatic Colors of #CAB07D
Black with #CAB07D
Text Example
Text Example
White with #CAB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB07D; }
p { color: rgb(202,176,125); }
H1.HeaderClassName
{
color: #CAB07D;
}
.AnyTagClassName
{
color: #CAB07D;
}
</style>
background-color css
<style>
a { background-color: #CAB07D; }
a { background-color: rgb(202,176,125); }
div.DivClassName
{
background-color: #CAB07D;
}
.BgClassName
{
background-color: #CAB07D;
}
</style>
border-color css
<style>
span { border-color: #CAB07D; }
span { border-color: rgb(202,176,125); }
td.TdClassName
{
border-color: #CAB07D;
}
.TagClassName
{
border-color: #CAB07D;
}
</style>