Shades of Royal Heath #C04270
Tints of Royal Heath #C04270
RGB
CMYK
RGB Variations
Color information
#C04270 (or 0xC04270) is known color: Royal Heath. HEX triplet: C0, 42 and 70. RGB value is (192,66,112). Sum of RGB (Red+Green+Blue) = 192+66+112=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C04270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04270 is #3FBD8F. Grayscale: #6C6C6C. Windows color (decimal): -4177296 or 7357120. OLE color: 7357120.
HSL color Cylindrical-coordinate representation of color #C04270: hue angle of 338.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04270 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 112 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.25 |
| HSL | 338.1º | 0.5% | 0.51% | - |
| HSV(B) | 338.1º | 0.66% | 0.75% | - |
| XYZ | 26.61 | 16.27 | 17.07 | - |
| YUV | 108.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 112 | 0 | 0.66 | 0.42 | 0.25 | 338.1 | 0.5 | 0.51 |
| Hex | C0 | 42 | 70 | 0 | 42 | 2A | 19 | 152 | 32 | 33 |
| Octal | 300 | 102 | 160 | 0 | 102 | 52 | 31 | 522 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1110000 | 0 | 1000010 | 101010 | 11001 | 101010010 | 110010 | 110011 |
Color Harmonies of #C04270
Complementary color
Monochromatic Colors of #C04270
Black with #C04270
Text Example
Text Example
White with #C04270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04270; }
p { color: rgb(192,66,112); }
H1.HeaderClassName
{
color: #C04270;
}
.AnyTagClassName
{
color: #C04270;
}
</style>
background-color css
<style>
a { background-color: #C04270; }
a { background-color: rgb(192,66,112); }
div.DivClassName
{
background-color: #C04270;
}
.BgClassName
{
background-color: #C04270;
}
</style>
border-color css
<style>
span { border-color: #C04270; }
span { border-color: rgb(192,66,112); }
td.TdClassName
{
border-color: #C04270;
}
.TagClassName
{
border-color: #C04270;
}
</style>