Shades of Ecru #CAB37B
Tints of Ecru #CAB37B
RGB
CMYK
RGB Variations
Color information
#CAB37B (or 0xCAB37B) is known color: Ecru. HEX triplet: CA, B3 and 7B. RGB value is (202,179,123). Sum of RGB (Red+Green+Blue) = 202+179+123=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB37B is #354C84. Grayscale: #B3B3B3. Windows color (decimal): -3492997 or 8106954. OLE color: 8106954.
HSL color Cylindrical-coordinate representation of color #CAB37B: hue angle of 42.53º degrees, saturation: 0.43, 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 #CAB37B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 123 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.21 |
| HSL | 42.53º | 0.43% | 0.64% | - |
| HSV(B) | 42.53º | 0.39% | 0.79% | - |
| XYZ | 44.05 | 46.23 | 25.34 | - |
| YUV | 179.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 123 | 0 | 0.11 | 0.39 | 0.21 | 42.53 | 0.43 | 0.64 |
| Hex | CA | B3 | 7B | 0 | B | 27 | 15 | 2B | 2B | 40 |
| Octal | 312 | 263 | 173 | 0 | 13 | 47 | 25 | 53 | 53 | 100 |
| Binary | 11001010 | 10110011 | 1111011 | 0 | 1011 | 100111 | 10101 | 101011 | 101011 | 1000000 |
Color Harmonies of #CAB37B
Complementary color
Monochromatic Colors of #CAB37B
Black with #CAB37B
Text Example
Text Example
White with #CAB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB37B; }
p { color: rgb(202,179,123); }
H1.HeaderClassName
{
color: #CAB37B;
}
.AnyTagClassName
{
color: #CAB37B;
}
</style>
background-color css
<style>
a { background-color: #CAB37B; }
a { background-color: rgb(202,179,123); }
div.DivClassName
{
background-color: #CAB37B;
}
.BgClassName
{
background-color: #CAB37B;
}
</style>
border-color css
<style>
span { border-color: #CAB37B; }
span { border-color: rgb(202,179,123); }
td.TdClassName
{
border-color: #CAB37B;
}
.TagClassName
{
border-color: #CAB37B;
}
</style>