Shades of Royal Heath #C44378
Tints of Royal Heath #C44378
RGB
CMYK
RGB Variations
Color information
#C44378 (or 0xC44378) is known color: Royal Heath. HEX triplet: C4, 43 and 78. RGB value is (196,67,120). Sum of RGB (Red+Green+Blue) = 196+67+120=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44378 is #3BBC87. Grayscale: #6F6F6F. Windows color (decimal): -3914888 or 7881668. OLE color: 7881668.
HSL color Cylindrical-coordinate representation of color #C44378: hue angle of 335.35º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44378 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 120 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.23 |
| HSL | 335.35º | 0.52% | 0.52% | - |
| HSV(B) | 335.35º | 0.66% | 0.77% | - |
| XYZ | 28.16 | 17.11 | 19.59 | - |
| YUV | 111.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 120 | 0 | 0.66 | 0.39 | 0.23 | 335.35 | 0.52 | 0.52 |
| Hex | C4 | 43 | 78 | 0 | 42 | 27 | 17 | 14F | 34 | 34 |
| Octal | 304 | 103 | 170 | 0 | 102 | 47 | 27 | 517 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1111000 | 0 | 1000010 | 100111 | 10111 | 101001111 | 110100 | 110100 |
Color Harmonies of #C44378
Complementary color
Monochromatic Colors of #C44378
Black with #C44378
Text Example
Text Example
White with #C44378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44378; }
p { color: rgb(196,67,120); }
H1.HeaderClassName
{
color: #C44378;
}
.AnyTagClassName
{
color: #C44378;
}
</style>
background-color css
<style>
a { background-color: #C44378; }
a { background-color: rgb(196,67,120); }
div.DivClassName
{
background-color: #C44378;
}
.BgClassName
{
background-color: #C44378;
}
</style>
border-color css
<style>
span { border-color: #C44378; }
span { border-color: rgb(196,67,120); }
td.TdClassName
{
border-color: #C44378;
}
.TagClassName
{
border-color: #C44378;
}
</style>