Shades of Royal Heath #C43E68
Tints of Royal Heath #C43E68
RGB
CMYK
RGB Variations
Color information
#C43E68 (or 0xC43E68) is known color: Royal Heath. HEX triplet: C4, 3E and 68. RGB value is (196,62,104). Sum of RGB (Red+Green+Blue) = 196+62+104=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E68 is #3BC197. Grayscale: #6A6A6A. Windows color (decimal): -3916184 or 6831812. OLE color: 6831812.
HSL color Cylindrical-coordinate representation of color #C43E68: hue angle of 341.19º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E68 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 104 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.23 |
| HSL | 341.19º | 0.53% | 0.51% | - |
| HSV(B) | 341.19º | 0.68% | 0.77% | - |
| XYZ | 26.99 | 16.18 | 14.8 | - |
| YUV | 106.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 104 | 0 | 0.68 | 0.47 | 0.23 | 341.19 | 0.53 | 0.51 |
| Hex | C4 | 3E | 68 | 0 | 44 | 2F | 17 | 155 | 35 | 33 |
| Octal | 304 | 76 | 150 | 0 | 104 | 57 | 27 | 525 | 65 | 63 |
| Binary | 11000100 | 111110 | 1101000 | 0 | 1000100 | 101111 | 10111 | 101010101 | 110101 | 110011 |
Color Harmonies of #C43E68
Complementary color
Monochromatic Colors of #C43E68
Black with #C43E68
Text Example
Text Example
White with #C43E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E68; }
p { color: rgb(196,62,104); }
H1.HeaderClassName
{
color: #C43E68;
}
.AnyTagClassName
{
color: #C43E68;
}
</style>
background-color css
<style>
a { background-color: #C43E68; }
a { background-color: rgb(196,62,104); }
div.DivClassName
{
background-color: #C43E68;
}
.BgClassName
{
background-color: #C43E68;
}
</style>
border-color css
<style>
span { border-color: #C43E68; }
span { border-color: rgb(196,62,104); }
td.TdClassName
{
border-color: #C43E68;
}
.TagClassName
{
border-color: #C43E68;
}
</style>