Shades of Eunry #C5ACA4
Tints of Eunry #C5ACA4
RGB
CMYK
RGB Variations
Color information
#C5ACA4 (or 0xC5ACA4) is known color: Eunry. HEX triplet: C5, AC and A4. RGB value is (197,172,164). Sum of RGB (Red+Green+Blue) = 197+172+164=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACA4 is #3A535B. Grayscale: #B2B2B2. Windows color (decimal): -3822428 or 10792133. OLE color: 10792133.
HSL color Cylindrical-coordinate representation of color #C5ACA4: hue angle of 14.55º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5ACA4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 172 | 164 | - |
CMYK | 0 | 0.13 | 0.17 | 0.23 |
HSL | 14.55º | 0.22% | 0.71% | - |
HSV(B) | 14.55º | 0.17% | 0.77% | - |
XYZ | 44.48 | 44.06 | 41.28 | - |
YUV | 178.56 | 119.78 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 172 | 164 | 0 | 0.13 | 0.17 | 0.23 | 14.55 | 0.22 | 0.71 |
Hex | C5 | AC | A4 | 0 | D | 11 | 17 | F | 16 | 47 |
Octal | 305 | 254 | 244 | 0 | 15 | 21 | 27 | 17 | 26 | 107 |
Binary | 11000101 | 10101100 | 10100100 | 0 | 1101 | 10001 | 10111 | 1111 | 10110 | 1000111 |
Color Harmonies of #C5ACA4
Complementary color
Monochromatic Colors of #C5ACA4
Black with #C5ACA4
Text Example
Text Example
White with #C5ACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACA4; }
p { color: rgb(197,172,164); }
H1.HeaderClassName
{
color: #C5ACA4;
}
.AnyTagClassName
{
color: #C5ACA4;
}
</style>
background-color css
<style>
a { background-color: #C5ACA4; }
a { background-color: rgb(197,172,164); }
div.DivClassName
{
background-color: #C5ACA4;
}
.BgClassName
{
background-color: #C5ACA4;
}
</style>
border-color css
<style>
span { border-color: #C5ACA4; }
span { border-color: rgb(197,172,164); }
td.TdClassName
{
border-color: #C5ACA4;
}
.TagClassName
{
border-color: #C5ACA4;
}
</style>