Shades of Eunry #C6A99C
Tints of Eunry #C6A99C
RGB
CMYK
RGB Variations
Color information
#C6A99C (or 0xC6A99C) is known color: Eunry. HEX triplet: C6, A9 and 9C. RGB value is (198,169,156). Sum of RGB (Red+Green+Blue) = 198+169+156=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A99C is #395663. Grayscale: #B0B0B0. Windows color (decimal): -3757668 or 10267078. OLE color: 10267078.
HSL color Cylindrical-coordinate representation of color #C6A99C: hue angle of 18.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A99C is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 156 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.22 |
| HSL | 18.57º | 0.27% | 0.69% | - |
| HSV(B) | 18.57º | 0.21% | 0.78% | - |
| XYZ | 43.48 | 42.78 | 37.42 | - |
| YUV | 176.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 156 | 0 | 0.15 | 0.21 | 0.22 | 18.57 | 0.27 | 0.69 |
| Hex | C6 | A9 | 9C | 0 | F | 15 | 16 | 13 | 1B | 45 |
| Octal | 306 | 251 | 234 | 0 | 17 | 25 | 26 | 23 | 33 | 105 |
| Binary | 11000110 | 10101001 | 10011100 | 0 | 1111 | 10101 | 10110 | 10011 | 11011 | 1000101 |
Color Harmonies of #C6A99C
Complementary color
Monochromatic Colors of #C6A99C
Black with #C6A99C
Text Example
Text Example
White with #C6A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A99C; }
p { color: rgb(198,169,156); }
H1.HeaderClassName
{
color: #C6A99C;
}
.AnyTagClassName
{
color: #C6A99C;
}
</style>
background-color css
<style>
a { background-color: #C6A99C; }
a { background-color: rgb(198,169,156); }
div.DivClassName
{
background-color: #C6A99C;
}
.BgClassName
{
background-color: #C6A99C;
}
</style>
border-color css
<style>
span { border-color: #C6A99C; }
span { border-color: rgb(198,169,156); }
td.TdClassName
{
border-color: #C6A99C;
}
.TagClassName
{
border-color: #C6A99C;
}
</style>