Shades of Ecru #CAB07F
Tints of Ecru #CAB07F
RGB
CMYK
RGB Variations
Color information
#CAB07F (or 0xCAB07F) is known color: Ecru. HEX triplet: CA, B0 and 7F. RGB value is (202,176,127). Sum of RGB (Red+Green+Blue) = 202+176+127=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07F is #354F80. Grayscale: #B2B2B2. Windows color (decimal): -3493761 or 8368330. OLE color: 8368330.
HSL color Cylindrical-coordinate representation of color #CAB07F: hue angle of 39.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAB07F is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 127 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.21 |
| HSL | 39.2º | 0.41% | 0.65% | - |
| HSV(B) | 39.2º | 0.37% | 0.79% | - |
| XYZ | 43.71 | 45.14 | 26.49 | - |
| YUV | 178.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 127 | 0 | 0.13 | 0.37 | 0.21 | 39.2 | 0.41 | 0.65 |
| Hex | CA | B0 | 7F | 0 | D | 25 | 15 | 27 | 29 | 41 |
| Octal | 312 | 260 | 177 | 0 | 15 | 45 | 25 | 47 | 51 | 101 |
| Binary | 11001010 | 10110000 | 1111111 | 0 | 1101 | 100101 | 10101 | 100111 | 101001 | 1000001 |
Color Harmonies of #CAB07F
Complementary color
Monochromatic Colors of #CAB07F
Black with #CAB07F
Text Example
Text Example
White with #CAB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB07F; }
p { color: rgb(202,176,127); }
H1.HeaderClassName
{
color: #CAB07F;
}
.AnyTagClassName
{
color: #CAB07F;
}
</style>
background-color css
<style>
a { background-color: #CAB07F; }
a { background-color: rgb(202,176,127); }
div.DivClassName
{
background-color: #CAB07F;
}
.BgClassName
{
background-color: #CAB07F;
}
</style>
border-color css
<style>
span { border-color: #CAB07F; }
span { border-color: rgb(202,176,127); }
td.TdClassName
{
border-color: #CAB07F;
}
.TagClassName
{
border-color: #CAB07F;
}
</style>