Shades of Royal Heath #C4396B
Tints of Royal Heath #C4396B
RGB
CMYK
RGB Variations
Color information
#C4396B (or 0xC4396B) is known color: Royal Heath. HEX triplet: C4, 39 and 6B. RGB value is (196,57,107). Sum of RGB (Red+Green+Blue) = 196+57+107=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4396B is #3BC694. Grayscale: #686868. Windows color (decimal): -3917461 or 7027140. OLE color: 7027140.
HSL color Cylindrical-coordinate representation of color #C4396B: hue angle of 338.42º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4396B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 107 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.23 |
| HSL | 338.42º | 0.55% | 0.5% | - |
| HSV(B) | 338.42º | 0.71% | 0.77% | - |
| XYZ | 26.88 | 15.72 | 15.53 | - |
| YUV | 104.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 107 | 0 | 0.71 | 0.45 | 0.23 | 338.42 | 0.55 | 0.5 |
| Hex | C4 | 39 | 6B | 0 | 47 | 2D | 17 | 152 | 37 | 32 |
| Octal | 304 | 71 | 153 | 0 | 107 | 55 | 27 | 522 | 67 | 62 |
| Binary | 11000100 | 111001 | 1101011 | 0 | 1000111 | 101101 | 10111 | 101010010 | 110111 | 110010 |
Color Harmonies of #C4396B
Complementary color
Monochromatic Colors of #C4396B
Black with #C4396B
Text Example
Text Example
White with #C4396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4396B; }
p { color: rgb(196,57,107); }
H1.HeaderClassName
{
color: #C4396B;
}
.AnyTagClassName
{
color: #C4396B;
}
</style>
background-color css
<style>
a { background-color: #C4396B; }
a { background-color: rgb(196,57,107); }
div.DivClassName
{
background-color: #C4396B;
}
.BgClassName
{
background-color: #C4396B;
}
</style>
border-color css
<style>
span { border-color: #C4396B; }
span { border-color: rgb(196,57,107); }
td.TdClassName
{
border-color: #C4396B;
}
.TagClassName
{
border-color: #C4396B;
}
</style>