Shades of Ecru #C5AF7B
Tints of Ecru #C5AF7B
RGB
CMYK
RGB Variations
Color information
#C5AF7B (or 0xC5AF7B) is known color: Ecru. HEX triplet: C5, AF and 7B. RGB value is (197,175,123). Sum of RGB (Red+Green+Blue) = 197+175+123=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF7B is #3A5084. Grayscale: #AFAFAF. Windows color (decimal): -3821701 or 8105925. OLE color: 8105925.
HSL color Cylindrical-coordinate representation of color #C5AF7B: hue angle of 42.16º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5AF7B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 123 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.23 |
| HSL | 42.16º | 0.39% | 0.63% | - |
| HSV(B) | 42.16º | 0.38% | 0.77% | - |
| XYZ | 41.93 | 43.96 | 25.01 | - |
| YUV | 175.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 123 | 0 | 0.11 | 0.38 | 0.23 | 42.16 | 0.39 | 0.63 |
| Hex | C5 | AF | 7B | 0 | B | 26 | 17 | 2A | 27 | 3F |
| Octal | 305 | 257 | 173 | 0 | 13 | 46 | 27 | 52 | 47 | 77 |
| Binary | 11000101 | 10101111 | 1111011 | 0 | 1011 | 100110 | 10111 | 101010 | 100111 | 111111 |
Color Harmonies of #C5AF7B
Complementary color
Monochromatic Colors of #C5AF7B
Black with #C5AF7B
Text Example
Text Example
White with #C5AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF7B; }
p { color: rgb(197,175,123); }
H1.HeaderClassName
{
color: #C5AF7B;
}
.AnyTagClassName
{
color: #C5AF7B;
}
</style>
background-color css
<style>
a { background-color: #C5AF7B; }
a { background-color: rgb(197,175,123); }
div.DivClassName
{
background-color: #C5AF7B;
}
.BgClassName
{
background-color: #C5AF7B;
}
</style>
border-color css
<style>
span { border-color: #C5AF7B; }
span { border-color: rgb(197,175,123); }
td.TdClassName
{
border-color: #C5AF7B;
}
.TagClassName
{
border-color: #C5AF7B;
}
</style>