Shades of Royal Heath #C43E69
Tints of Royal Heath #C43E69
RGB
CMYK
RGB Variations
Color information
#C43E69 (or 0xC43E69) is known color: Royal Heath. HEX triplet: C4, 3E and 69. RGB value is (196,62,105). Sum of RGB (Red+Green+Blue) = 196+62+105=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E69 is #3BC196. Grayscale: #6A6A6A. Windows color (decimal): -3916183 or 6897348. OLE color: 6897348.
HSL color Cylindrical-coordinate representation of color #C43E69: hue angle of 340.75º 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 #C43E69 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 105 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.23 |
| HSL | 340.75º | 0.53% | 0.51% | - |
| HSV(B) | 340.75º | 0.68% | 0.77% | - |
| XYZ | 27.04 | 16.2 | 15.07 | - |
| YUV | 106.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 105 | 0 | 0.68 | 0.46 | 0.23 | 340.75 | 0.53 | 0.51 |
| Hex | C4 | 3E | 69 | 0 | 44 | 2E | 17 | 155 | 35 | 33 |
| Octal | 304 | 76 | 151 | 0 | 104 | 56 | 27 | 525 | 65 | 63 |
| Binary | 11000100 | 111110 | 1101001 | 0 | 1000100 | 101110 | 10111 | 101010101 | 110101 | 110011 |
Color Harmonies of #C43E69
Complementary color
Monochromatic Colors of #C43E69
Black with #C43E69
Text Example
Text Example
White with #C43E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E69; }
p { color: rgb(196,62,105); }
H1.HeaderClassName
{
color: #C43E69;
}
.AnyTagClassName
{
color: #C43E69;
}
</style>
background-color css
<style>
a { background-color: #C43E69; }
a { background-color: rgb(196,62,105); }
div.DivClassName
{
background-color: #C43E69;
}
.BgClassName
{
background-color: #C43E69;
}
</style>
border-color css
<style>
span { border-color: #C43E69; }
span { border-color: rgb(196,62,105); }
td.TdClassName
{
border-color: #C43E69;
}
.TagClassName
{
border-color: #C43E69;
}
</style>