Shades of Royal Heath #C04274
Tints of Royal Heath #C04274
RGB
CMYK
RGB Variations
Color information
#C04274 (or 0xC04274) is known color: Royal Heath. HEX triplet: C0, 42 and 74. RGB value is (192,66,116). Sum of RGB (Red+Green+Blue) = 192+66+116=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C04274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04274 is #3FBD8B. Grayscale: #6D6D6D. Windows color (decimal): -4177292 or 7619264. OLE color: 7619264.
HSL color Cylindrical-coordinate representation of color #C04274: hue angle of 336.19º 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 #C04274 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 116 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.25 |
| HSL | 336.19º | 0.5% | 0.51% | - |
| HSV(B) | 336.19º | 0.66% | 0.75% | - |
| XYZ | 26.84 | 16.36 | 18.27 | - |
| YUV | 109.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 116 | 0 | 0.66 | 0.40 | 0.25 | 336.19 | 0.5 | 0.51 |
| Hex | C0 | 42 | 74 | 0 | 42 | 28 | 19 | 150 | 32 | 33 |
| Octal | 300 | 102 | 164 | 0 | 102 | 50 | 31 | 520 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1110100 | 0 | 1000010 | 101000 | 11001 | 101010000 | 110010 | 110011 |
Color Harmonies of #C04274
Complementary color
Monochromatic Colors of #C04274
Black with #C04274
Text Example
Text Example
White with #C04274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04274; }
p { color: rgb(192,66,116); }
H1.HeaderClassName
{
color: #C04274;
}
.AnyTagClassName
{
color: #C04274;
}
</style>
background-color css
<style>
a { background-color: #C04274; }
a { background-color: rgb(192,66,116); }
div.DivClassName
{
background-color: #C04274;
}
.BgClassName
{
background-color: #C04274;
}
</style>
border-color css
<style>
span { border-color: #C04274; }
span { border-color: rgb(192,66,116); }
td.TdClassName
{
border-color: #C04274;
}
.TagClassName
{
border-color: #C04274;
}
</style>