Shades of Ecru #CAB27F
Tints of Ecru #CAB27F
RGB
CMYK
RGB Variations
Color information
#CAB27F (or 0xCAB27F) is known color: Ecru. HEX triplet: CA, B2 and 7F. RGB value is (202,178,127). Sum of RGB (Red+Green+Blue) = 202+178+127=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB27F is #354D80. Grayscale: #B3B3B3. Windows color (decimal): -3493249 or 8368842. OLE color: 8368842.
HSL color Cylindrical-coordinate representation of color #CAB27F: hue angle of 40.8º 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 #CAB27F is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 127 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.21 |
| HSL | 40.8º | 0.41% | 0.65% | - |
| HSV(B) | 40.8º | 0.37% | 0.79% | - |
| XYZ | 44.11 | 45.93 | 26.62 | - |
| YUV | 179.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 127 | 0 | 0.12 | 0.37 | 0.21 | 40.8 | 0.41 | 0.65 |
| Hex | CA | B2 | 7F | 0 | C | 25 | 15 | 29 | 29 | 41 |
| Octal | 312 | 262 | 177 | 0 | 14 | 45 | 25 | 51 | 51 | 101 |
| Binary | 11001010 | 10110010 | 1111111 | 0 | 1100 | 100101 | 10101 | 101001 | 101001 | 1000001 |
Color Harmonies of #CAB27F
Complementary color
Monochromatic Colors of #CAB27F
Black with #CAB27F
Text Example
Text Example
White with #CAB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB27F; }
p { color: rgb(202,178,127); }
H1.HeaderClassName
{
color: #CAB27F;
}
.AnyTagClassName
{
color: #CAB27F;
}
</style>
background-color css
<style>
a { background-color: #CAB27F; }
a { background-color: rgb(202,178,127); }
div.DivClassName
{
background-color: #CAB27F;
}
.BgClassName
{
background-color: #CAB27F;
}
</style>
border-color css
<style>
span { border-color: #CAB27F; }
span { border-color: rgb(202,178,127); }
td.TdClassName
{
border-color: #CAB27F;
}
.TagClassName
{
border-color: #CAB27F;
}
</style>