Shades of Eunry #C3A496
Tints of Eunry #C3A496
RGB
CMYK
RGB Variations
Color information
#C3A496 (or 0xC3A496) is known color: Eunry. HEX triplet: C3, A4 and 96. RGB value is (195,164,150). Sum of RGB (Red+Green+Blue) = 195+164+150=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A496 is #3C5B69. Grayscale: #ABABAB. Windows color (decimal): -3955562 or 9872579. OLE color: 9872579.
HSL color Cylindrical-coordinate representation of color #C3A496: hue angle of 18.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3A496 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 150 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.24 |
| HSL | 18.67º | 0.27% | 0.68% | - |
| HSV(B) | 18.67º | 0.23% | 0.76% | - |
| XYZ | 41.29 | 40.36 | 34.47 | - |
| YUV | 171.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 150 | 0 | 0.16 | 0.23 | 0.24 | 18.67 | 0.27 | 0.68 |
| Hex | C3 | A4 | 96 | 0 | 10 | 17 | 18 | 13 | 1B | 44 |
| Octal | 303 | 244 | 226 | 0 | 20 | 27 | 30 | 23 | 33 | 104 |
| Binary | 11000011 | 10100100 | 10010110 | 0 | 10000 | 10111 | 11000 | 10011 | 11011 | 1000100 |
Color Harmonies of #C3A496
Complementary color
Monochromatic Colors of #C3A496
Black with #C3A496
Text Example
Text Example
White with #C3A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A496; }
p { color: rgb(195,164,150); }
H1.HeaderClassName
{
color: #C3A496;
}
.AnyTagClassName
{
color: #C3A496;
}
</style>
background-color css
<style>
a { background-color: #C3A496; }
a { background-color: rgb(195,164,150); }
div.DivClassName
{
background-color: #C3A496;
}
.BgClassName
{
background-color: #C3A496;
}
</style>
border-color css
<style>
span { border-color: #C3A496; }
span { border-color: rgb(195,164,150); }
td.TdClassName
{
border-color: #C3A496;
}
.TagClassName
{
border-color: #C3A496;
}
</style>