Shades of Ecru #C6AC83
Tints of Ecru #C6AC83
RGB
CMYK
RGB Variations
Color information
#C6AC83 (or 0xC6AC83) is known color: Ecru. HEX triplet: C6, AC and 83. RGB value is (198,172,131). Sum of RGB (Red+Green+Blue) = 198+172+131=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC83 is #39537C. Grayscale: #AFAFAF. Windows color (decimal): -3756925 or 8629446. OLE color: 8629446.
HSL color Cylindrical-coordinate representation of color #C6AC83: hue angle of 36.72º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6AC83 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 131 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.22 |
| HSL | 36.72º | 0.37% | 0.65% | - |
| HSV(B) | 36.72º | 0.34% | 0.78% | - |
| XYZ | 42.14 | 43.15 | 27.58 | - |
| YUV | 175.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 131 | 0 | 0.13 | 0.34 | 0.22 | 36.72 | 0.37 | 0.65 |
| Hex | C6 | AC | 83 | 0 | D | 22 | 16 | 25 | 25 | 41 |
| Octal | 306 | 254 | 203 | 0 | 15 | 42 | 26 | 45 | 45 | 101 |
| Binary | 11000110 | 10101100 | 10000011 | 0 | 1101 | 100010 | 10110 | 100101 | 100101 | 1000001 |
Color Harmonies of #C6AC83
Complementary color
Monochromatic Colors of #C6AC83
Black with #C6AC83
Text Example
Text Example
White with #C6AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC83; }
p { color: rgb(198,172,131); }
H1.HeaderClassName
{
color: #C6AC83;
}
.AnyTagClassName
{
color: #C6AC83;
}
</style>
background-color css
<style>
a { background-color: #C6AC83; }
a { background-color: rgb(198,172,131); }
div.DivClassName
{
background-color: #C6AC83;
}
.BgClassName
{
background-color: #C6AC83;
}
</style>
border-color css
<style>
span { border-color: #C6AC83; }
span { border-color: rgb(198,172,131); }
td.TdClassName
{
border-color: #C6AC83;
}
.TagClassName
{
border-color: #C6AC83;
}
</style>