Shades of Royal Heath #C63D6A
Tints of Royal Heath #C63D6A
RGB
CMYK
RGB Variations
Color information
#C63D6A (or 0xC63D6A) is known color: Royal Heath. HEX triplet: C6, 3D and 6A. RGB value is (198,61,106). Sum of RGB (Red+Green+Blue) = 198+61+106=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D6A is #39C295. Grayscale: #6B6B6B. Windows color (decimal): -3785366 or 6962630. OLE color: 6962630.
HSL color Cylindrical-coordinate representation of color #C63D6A: hue angle of 340.29º 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 #C63D6A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 106 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.22 |
| HSL | 340.29º | 0.55% | 0.51% | - |
| HSV(B) | 340.29º | 0.69% | 0.78% | - |
| XYZ | 27.56 | 16.38 | 15.35 | - |
| YUV | 107.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 106 | 0 | 0.69 | 0.46 | 0.22 | 340.29 | 0.55 | 0.51 |
| Hex | C6 | 3D | 6A | 0 | 45 | 2E | 16 | 154 | 37 | 33 |
| Octal | 306 | 75 | 152 | 0 | 105 | 56 | 26 | 524 | 67 | 63 |
| Binary | 11000110 | 111101 | 1101010 | 0 | 1000101 | 101110 | 10110 | 101010100 | 110111 | 110011 |
Color Harmonies of #C63D6A
Complementary color
Monochromatic Colors of #C63D6A
Black with #C63D6A
Text Example
Text Example
White with #C63D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D6A; }
p { color: rgb(198,61,106); }
H1.HeaderClassName
{
color: #C63D6A;
}
.AnyTagClassName
{
color: #C63D6A;
}
</style>
background-color css
<style>
a { background-color: #C63D6A; }
a { background-color: rgb(198,61,106); }
div.DivClassName
{
background-color: #C63D6A;
}
.BgClassName
{
background-color: #C63D6A;
}
</style>
border-color css
<style>
span { border-color: #C63D6A; }
span { border-color: rgb(198,61,106); }
td.TdClassName
{
border-color: #C63D6A;
}
.TagClassName
{
border-color: #C63D6A;
}
</style>