Shades of Royal Heath #C63D75
Tints of Royal Heath #C63D75
RGB
CMYK
RGB Variations
Color information
#C63D75 (or 0xC63D75) is known color: Royal Heath. HEX triplet: C6, 3D and 75. RGB value is (198,61,117). Sum of RGB (Red+Green+Blue) = 198+61+117=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D75 is #39C28A. Grayscale: #6C6C6C. Windows color (decimal): -3785355 or 7683526. OLE color: 7683526.
HSL color Cylindrical-coordinate representation of color #C63D75: hue angle of 335.47º 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 #C63D75 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 117 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.22 |
| HSL | 335.47º | 0.55% | 0.51% | - |
| HSV(B) | 335.47º | 0.69% | 0.78% | - |
| XYZ | 28.17 | 16.63 | 18.55 | - |
| YUV | 108.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 117 | 0 | 0.69 | 0.41 | 0.22 | 335.47 | 0.55 | 0.51 |
| Hex | C6 | 3D | 75 | 0 | 45 | 29 | 16 | 14F | 37 | 33 |
| Octal | 306 | 75 | 165 | 0 | 105 | 51 | 26 | 517 | 67 | 63 |
| Binary | 11000110 | 111101 | 1110101 | 0 | 1000101 | 101001 | 10110 | 101001111 | 110111 | 110011 |
Color Harmonies of #C63D75
Complementary color
Monochromatic Colors of #C63D75
Black with #C63D75
Text Example
Text Example
White with #C63D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D75; }
p { color: rgb(198,61,117); }
H1.HeaderClassName
{
color: #C63D75;
}
.AnyTagClassName
{
color: #C63D75;
}
</style>
background-color css
<style>
a { background-color: #C63D75; }
a { background-color: rgb(198,61,117); }
div.DivClassName
{
background-color: #C63D75;
}
.BgClassName
{
background-color: #C63D75;
}
</style>
border-color css
<style>
span { border-color: #C63D75; }
span { border-color: rgb(198,61,117); }
td.TdClassName
{
border-color: #C63D75;
}
.TagClassName
{
border-color: #C63D75;
}
</style>