Shades of Royal Heath #C43A68
Tints of Royal Heath #C43A68
RGB
CMYK
RGB Variations
Color information
#C43A68 (or 0xC43A68) is known color: Royal Heath. HEX triplet: C4, 3A and 68. RGB value is (196,58,104). Sum of RGB (Red+Green+Blue) = 196+58+104=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A68 is #3BC597. Grayscale: #686868. Windows color (decimal): -3917208 or 6830788. OLE color: 6830788.
HSL color Cylindrical-coordinate representation of color #C43A68: hue angle of 340º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A68 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 104 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.23 |
| HSL | 340º | 0.54% | 0.5% | - |
| HSV(B) | 340º | 0.7% | 0.77% | - |
| XYZ | 26.78 | 15.76 | 14.73 | - |
| YUV | 104.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 104 | 0 | 0.70 | 0.47 | 0.23 | 340 | 0.54 | 0.5 |
| Hex | C4 | 3A | 68 | 0 | 46 | 2F | 17 | 154 | 36 | 32 |
| Octal | 304 | 72 | 150 | 0 | 106 | 57 | 27 | 524 | 66 | 62 |
| Binary | 11000100 | 111010 | 1101000 | 0 | 1000110 | 101111 | 10111 | 101010100 | 110110 | 110010 |
Color Harmonies of #C43A68
Complementary color
Monochromatic Colors of #C43A68
Black with #C43A68
Text Example
Text Example
White with #C43A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A68; }
p { color: rgb(196,58,104); }
H1.HeaderClassName
{
color: #C43A68;
}
.AnyTagClassName
{
color: #C43A68;
}
</style>
background-color css
<style>
a { background-color: #C43A68; }
a { background-color: rgb(196,58,104); }
div.DivClassName
{
background-color: #C43A68;
}
.BgClassName
{
background-color: #C43A68;
}
</style>
border-color css
<style>
span { border-color: #C43A68; }
span { border-color: rgb(196,58,104); }
td.TdClassName
{
border-color: #C43A68;
}
.TagClassName
{
border-color: #C43A68;
}
</style>