Shades of Royal Heath #C63D72
Tints of Royal Heath #C63D72
RGB
CMYK
RGB Variations
Color information
#C63D72 (or 0xC63D72) is known color: Royal Heath. HEX triplet: C6, 3D and 72. RGB value is (198,61,114). Sum of RGB (Red+Green+Blue) = 198+61+114=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D72 is #39C28D. Grayscale: #6B6B6B. Windows color (decimal): -3785358 or 7486918. OLE color: 7486918.
HSL color Cylindrical-coordinate representation of color #C63D72: hue angle of 336.79º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D72 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 114 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.22 |
| HSL | 336.79º | 0.55% | 0.51% | - |
| HSV(B) | 336.79º | 0.69% | 0.78% | - |
| XYZ | 27.99 | 16.56 | 17.64 | - |
| YUV | 108.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 114 | 0 | 0.69 | 0.42 | 0.22 | 336.79 | 0.55 | 0.51 |
| Hex | C6 | 3D | 72 | 0 | 45 | 2A | 16 | 151 | 37 | 33 |
| Octal | 306 | 75 | 162 | 0 | 105 | 52 | 26 | 521 | 67 | 63 |
| Binary | 11000110 | 111101 | 1110010 | 0 | 1000101 | 101010 | 10110 | 101010001 | 110111 | 110011 |
Color Harmonies of #C63D72
Complementary color
Monochromatic Colors of #C63D72
Black with #C63D72
Text Example
Text Example
White with #C63D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D72; }
p { color: rgb(198,61,114); }
H1.HeaderClassName
{
color: #C63D72;
}
.AnyTagClassName
{
color: #C63D72;
}
</style>
background-color css
<style>
a { background-color: #C63D72; }
a { background-color: rgb(198,61,114); }
div.DivClassName
{
background-color: #C63D72;
}
.BgClassName
{
background-color: #C63D72;
}
</style>
border-color css
<style>
span { border-color: #C63D72; }
span { border-color: rgb(198,61,114); }
td.TdClassName
{
border-color: #C63D72;
}
.TagClassName
{
border-color: #C63D72;
}
</style>