Shades of Eunry #C3A09A
Tints of Eunry #C3A09A
RGB
CMYK
RGB Variations
Color information
#C3A09A (or 0xC3A09A) is known color: Eunry. HEX triplet: C3, A0 and 9A. RGB value is (195,160,154). Sum of RGB (Red+Green+Blue) = 195+160+154=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A09A is #3C5F65. Grayscale: #A9A9A9. Windows color (decimal): -3956582 or 10133699. OLE color: 10133699.
HSL color Cylindrical-coordinate representation of color #C3A09A: hue angle of 8.78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3A09A is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 154 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.24 |
| HSL | 8.78º | 0.25% | 0.68% | - |
| HSV(B) | 8.78º | 0.21% | 0.76% | - |
| XYZ | 40.91 | 39.08 | 35.96 | - |
| YUV | 169.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 154 | 0 | 0.18 | 0.21 | 0.24 | 8.78 | 0.25 | 0.68 |
| Hex | C3 | A0 | 9A | 0 | 12 | 15 | 18 | 9 | 19 | 44 |
| Octal | 303 | 240 | 232 | 0 | 22 | 25 | 30 | 11 | 31 | 104 |
| Binary | 11000011 | 10100000 | 10011010 | 0 | 10010 | 10101 | 11000 | 1001 | 11001 | 1000100 |
Color Harmonies of #C3A09A
Complementary color
Monochromatic Colors of #C3A09A
Black with #C3A09A
Text Example
Text Example
White with #C3A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A09A; }
p { color: rgb(195,160,154); }
H1.HeaderClassName
{
color: #C3A09A;
}
.AnyTagClassName
{
color: #C3A09A;
}
</style>
background-color css
<style>
a { background-color: #C3A09A; }
a { background-color: rgb(195,160,154); }
div.DivClassName
{
background-color: #C3A09A;
}
.BgClassName
{
background-color: #C3A09A;
}
</style>
border-color css
<style>
span { border-color: #C3A09A; }
span { border-color: rgb(195,160,154); }
td.TdClassName
{
border-color: #C3A09A;
}
.TagClassName
{
border-color: #C3A09A;
}
</style>