Shades of Ecru #CAB17C
Tints of Ecru #CAB17C
RGB
CMYK
RGB Variations
Color information
#CAB17C (or 0xCAB17C) is known color: Ecru. HEX triplet: CA, B1 and 7C. RGB value is (202,177,124). Sum of RGB (Red+Green+Blue) = 202+177+124=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB17C is #354E83. Grayscale: #B2B2B2. Windows color (decimal): -3493508 or 8171978. OLE color: 8171978.
HSL color Cylindrical-coordinate representation of color #CAB17C: hue angle of 40.77º 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 #CAB17C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 124 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.21 |
| HSL | 40.77º | 0.42% | 0.64% | - |
| HSV(B) | 40.77º | 0.39% | 0.79% | - |
| XYZ | 43.72 | 45.46 | 25.54 | - |
| YUV | 178.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 124 | 0 | 0.12 | 0.39 | 0.21 | 40.77 | 0.42 | 0.64 |
| Hex | CA | B1 | 7C | 0 | C | 27 | 15 | 29 | 2A | 40 |
| Octal | 312 | 261 | 174 | 0 | 14 | 47 | 25 | 51 | 52 | 100 |
| Binary | 11001010 | 10110001 | 1111100 | 0 | 1100 | 100111 | 10101 | 101001 | 101010 | 1000000 |
Color Harmonies of #CAB17C
Complementary color
Monochromatic Colors of #CAB17C
Black with #CAB17C
Text Example
Text Example
White with #CAB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB17C; }
p { color: rgb(202,177,124); }
H1.HeaderClassName
{
color: #CAB17C;
}
.AnyTagClassName
{
color: #CAB17C;
}
</style>
background-color css
<style>
a { background-color: #CAB17C; }
a { background-color: rgb(202,177,124); }
div.DivClassName
{
background-color: #CAB17C;
}
.BgClassName
{
background-color: #CAB17C;
}
</style>
border-color css
<style>
span { border-color: #CAB17C; }
span { border-color: rgb(202,177,124); }
td.TdClassName
{
border-color: #CAB17C;
}
.TagClassName
{
border-color: #CAB17C;
}
</style>