Shades of Royal Heath #C43F69
Tints of Royal Heath #C43F69
RGB
CMYK
RGB Variations
Color information
#C43F69 (or 0xC43F69) is known color: Royal Heath. HEX triplet: C4, 3F and 69. RGB value is (196,63,105). Sum of RGB (Red+Green+Blue) = 196+63+105=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F69 is #3BC096. Grayscale: #6B6B6B. Windows color (decimal): -3915927 or 6897604. OLE color: 6897604.
HSL color Cylindrical-coordinate representation of color #C43F69: hue angle of 341.05º 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 #C43F69 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 105 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.23 |
| HSL | 341.05º | 0.53% | 0.51% | - |
| HSV(B) | 341.05º | 0.68% | 0.77% | - |
| XYZ | 27.09 | 16.31 | 15.08 | - |
| YUV | 107.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 105 | 0 | 0.68 | 0.46 | 0.23 | 341.05 | 0.53 | 0.51 |
| Hex | C4 | 3F | 69 | 0 | 44 | 2E | 17 | 155 | 35 | 33 |
| Octal | 304 | 77 | 151 | 0 | 104 | 56 | 27 | 525 | 65 | 63 |
| Binary | 11000100 | 111111 | 1101001 | 0 | 1000100 | 101110 | 10111 | 101010101 | 110101 | 110011 |
Color Harmonies of #C43F69
Complementary color
Monochromatic Colors of #C43F69
Black with #C43F69
Text Example
Text Example
White with #C43F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F69; }
p { color: rgb(196,63,105); }
H1.HeaderClassName
{
color: #C43F69;
}
.AnyTagClassName
{
color: #C43F69;
}
</style>
background-color css
<style>
a { background-color: #C43F69; }
a { background-color: rgb(196,63,105); }
div.DivClassName
{
background-color: #C43F69;
}
.BgClassName
{
background-color: #C43F69;
}
</style>
border-color css
<style>
span { border-color: #C43F69; }
span { border-color: rgb(196,63,105); }
td.TdClassName
{
border-color: #C43F69;
}
.TagClassName
{
border-color: #C43F69;
}
</style>