Shades of Eunry #C49C9B
Tints of Eunry #C49C9B
RGB
CMYK
RGB Variations
Color information
#C49C9B (or 0xC49C9B) is known color: Eunry. HEX triplet: C4, 9C and 9B. RGB value is (196,156,155). Sum of RGB (Red+Green+Blue) = 196+156+155=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C9B is #3B6364. Grayscale: #A7A7A7. Windows color (decimal): -3892069 or 10198212. OLE color: 10198212.
HSL color Cylindrical-coordinate representation of color #C49C9B: hue angle of 1.46º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49C9B is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 155 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.23 |
| HSL | 1.46º | 0.26% | 0.69% | - |
| HSV(B) | 1.46º | 0.21% | 0.77% | - |
| XYZ | 40.57 | 37.88 | 36.18 | - |
| YUV | 167.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 155 | 0 | 0.20 | 0.21 | 0.23 | 1.46 | 0.26 | 0.69 |
| Hex | C4 | 9C | 9B | 0 | 14 | 15 | 17 | 1 | 1A | 45 |
| Octal | 304 | 234 | 233 | 0 | 24 | 25 | 27 | 1 | 32 | 105 |
| Binary | 11000100 | 10011100 | 10011011 | 0 | 10100 | 10101 | 10111 | 1 | 11010 | 1000101 |
Color Harmonies of #C49C9B
Complementary color
Monochromatic Colors of #C49C9B
Black with #C49C9B
Text Example
Text Example
White with #C49C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C9B; }
p { color: rgb(196,156,155); }
H1.HeaderClassName
{
color: #C49C9B;
}
.AnyTagClassName
{
color: #C49C9B;
}
</style>
background-color css
<style>
a { background-color: #C49C9B; }
a { background-color: rgb(196,156,155); }
div.DivClassName
{
background-color: #C49C9B;
}
.BgClassName
{
background-color: #C49C9B;
}
</style>
border-color css
<style>
span { border-color: #C49C9B; }
span { border-color: rgb(196,156,155); }
td.TdClassName
{
border-color: #C49C9B;
}
.TagClassName
{
border-color: #C49C9B;
}
</style>