Shades of Royal Heath #C43D67
Tints of Royal Heath #C43D67
RGB
CMYK
RGB Variations
Color information
#C43D67 (or 0xC43D67) is known color: Royal Heath. HEX triplet: C4, 3D and 67. RGB value is (196,61,103). Sum of RGB (Red+Green+Blue) = 196+61+103=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D67 is #3BC298. Grayscale: #6A6A6A. Windows color (decimal): -3916441 or 6766020. OLE color: 6766020.
HSL color Cylindrical-coordinate representation of color #C43D67: hue angle of 341.33º 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 #C43D67 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 103 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.23 |
| HSL | 341.33º | 0.53% | 0.5% | - |
| HSV(B) | 341.33º | 0.69% | 0.77% | - |
| XYZ | 26.88 | 16.05 | 14.51 | - |
| YUV | 106.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 103 | 0 | 0.69 | 0.47 | 0.23 | 341.33 | 0.53 | 0.5 |
| Hex | C4 | 3D | 67 | 0 | 45 | 2F | 17 | 155 | 35 | 32 |
| Octal | 304 | 75 | 147 | 0 | 105 | 57 | 27 | 525 | 65 | 62 |
| Binary | 11000100 | 111101 | 1100111 | 0 | 1000101 | 101111 | 10111 | 101010101 | 110101 | 110010 |
Color Harmonies of #C43D67
Complementary color
Monochromatic Colors of #C43D67
Black with #C43D67
Text Example
Text Example
White with #C43D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D67; }
p { color: rgb(196,61,103); }
H1.HeaderClassName
{
color: #C43D67;
}
.AnyTagClassName
{
color: #C43D67;
}
</style>
background-color css
<style>
a { background-color: #C43D67; }
a { background-color: rgb(196,61,103); }
div.DivClassName
{
background-color: #C43D67;
}
.BgClassName
{
background-color: #C43D67;
}
</style>
border-color css
<style>
span { border-color: #C43D67; }
span { border-color: rgb(196,61,103); }
td.TdClassName
{
border-color: #C43D67;
}
.TagClassName
{
border-color: #C43D67;
}
</style>