Shades of Royal Heath #C43669
Tints of Royal Heath #C43669
RGB
CMYK
RGB Variations
Color information
#C43669 (or 0xC43669) is known color: Royal Heath. HEX triplet: C4, 36 and 69. RGB value is (196,54,105). Sum of RGB (Red+Green+Blue) = 196+54+105=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C43669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43669 is #3BC996. Grayscale: #666666. Windows color (decimal): -3918231 or 6895300. OLE color: 6895300.
HSL color Cylindrical-coordinate representation of color #C43669: hue angle of 338.45º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43669 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 105 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.23 |
| HSL | 338.45º | 0.57% | 0.49% | - |
| HSV(B) | 338.45º | 0.72% | 0.77% | - |
| XYZ | 26.63 | 15.39 | 14.93 | - |
| YUV | 102.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 105 | 0 | 0.72 | 0.46 | 0.23 | 338.45 | 0.57 | 0.49 |
| Hex | C4 | 36 | 69 | 0 | 48 | 2E | 17 | 152 | 39 | 31 |
| Octal | 304 | 66 | 151 | 0 | 110 | 56 | 27 | 522 | 71 | 61 |
| Binary | 11000100 | 110110 | 1101001 | 0 | 1001000 | 101110 | 10111 | 101010010 | 111001 | 110001 |
Color Harmonies of #C43669
Complementary color
Monochromatic Colors of #C43669
Black with #C43669
Text Example
Text Example
White with #C43669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43669; }
p { color: rgb(196,54,105); }
H1.HeaderClassName
{
color: #C43669;
}
.AnyTagClassName
{
color: #C43669;
}
</style>
background-color css
<style>
a { background-color: #C43669; }
a { background-color: rgb(196,54,105); }
div.DivClassName
{
background-color: #C43669;
}
.BgClassName
{
background-color: #C43669;
}
</style>
border-color css
<style>
span { border-color: #C43669; }
span { border-color: rgb(196,54,105); }
td.TdClassName
{
border-color: #C43669;
}
.TagClassName
{
border-color: #C43669;
}
</style>