Shades of Royal Heath #C43D69
Tints of Royal Heath #C43D69
RGB
CMYK
RGB Variations
Color information
#C43D69 (or 0xC43D69) is known color: Royal Heath. HEX triplet: C4, 3D and 69. RGB value is (196,61,105). Sum of RGB (Red+Green+Blue) = 196+61+105=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D69 is #3BC296. Grayscale: #6A6A6A. Windows color (decimal): -3916439 or 6897092. OLE color: 6897092.
HSL color Cylindrical-coordinate representation of color #C43D69: hue angle of 340.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D69 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 105 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.23 |
| HSL | 340.44º | 0.53% | 0.5% | - |
| HSV(B) | 340.44º | 0.69% | 0.77% | - |
| XYZ | 26.98 | 16.09 | 15.05 | - |
| YUV | 106.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 105 | 0 | 0.69 | 0.46 | 0.23 | 340.44 | 0.53 | 0.5 |
| Hex | C4 | 3D | 69 | 0 | 45 | 2E | 17 | 154 | 35 | 32 |
| Octal | 304 | 75 | 151 | 0 | 105 | 56 | 27 | 524 | 65 | 62 |
| Binary | 11000100 | 111101 | 1101001 | 0 | 1000101 | 101110 | 10111 | 101010100 | 110101 | 110010 |
Color Harmonies of #C43D69
Complementary color
Monochromatic Colors of #C43D69
Black with #C43D69
Text Example
Text Example
White with #C43D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D69; }
p { color: rgb(196,61,105); }
H1.HeaderClassName
{
color: #C43D69;
}
.AnyTagClassName
{
color: #C43D69;
}
</style>
background-color css
<style>
a { background-color: #C43D69; }
a { background-color: rgb(196,61,105); }
div.DivClassName
{
background-color: #C43D69;
}
.BgClassName
{
background-color: #C43D69;
}
</style>
border-color css
<style>
span { border-color: #C43D69; }
span { border-color: rgb(196,61,105); }
td.TdClassName
{
border-color: #C43D69;
}
.TagClassName
{
border-color: #C43D69;
}
</style>