Shades of Royal Heath #C0447B
Tints of Royal Heath #C0447B
RGB
CMYK
RGB Variations
Color information
#C0447B (or 0xC0447B) is known color: Royal Heath. HEX triplet: C0, 44 and 7B. RGB value is (192,68,123). Sum of RGB (Red+Green+Blue) = 192+68+123=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0447B is #3FBB84. Grayscale: #6F6F6F. Windows color (decimal): -4176773 or 8078528. OLE color: 8078528.
HSL color Cylindrical-coordinate representation of color #C0447B: hue angle of 333.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0447B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 123 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.25 |
| HSL | 333.39º | 0.5% | 0.51% | - |
| HSV(B) | 333.39º | 0.65% | 0.75% | - |
| XYZ | 27.38 | 16.77 | 20.53 | - |
| YUV | 111.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 123 | 0 | 0.65 | 0.36 | 0.25 | 333.39 | 0.5 | 0.51 |
| Hex | C0 | 44 | 7B | 0 | 41 | 24 | 19 | 14D | 32 | 33 |
| Octal | 300 | 104 | 173 | 0 | 101 | 44 | 31 | 515 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1111011 | 0 | 1000001 | 100100 | 11001 | 101001101 | 110010 | 110011 |
Color Harmonies of #C0447B
Complementary color
Monochromatic Colors of #C0447B
Black with #C0447B
Text Example
Text Example
White with #C0447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0447B; }
p { color: rgb(192,68,123); }
H1.HeaderClassName
{
color: #C0447B;
}
.AnyTagClassName
{
color: #C0447B;
}
</style>
background-color css
<style>
a { background-color: #C0447B; }
a { background-color: rgb(192,68,123); }
div.DivClassName
{
background-color: #C0447B;
}
.BgClassName
{
background-color: #C0447B;
}
</style>
border-color css
<style>
span { border-color: #C0447B; }
span { border-color: rgb(192,68,123); }
td.TdClassName
{
border-color: #C0447B;
}
.TagClassName
{
border-color: #C0447B;
}
</style>