Shades of Royal Heath #C43869
Tints of Royal Heath #C43869
RGB
CMYK
RGB Variations
Color information
#C43869 (or 0xC43869) is known color: Royal Heath. HEX triplet: C4, 38 and 69. RGB value is (196,56,105). Sum of RGB (Red+Green+Blue) = 196+56+105=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C43869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43869 is #3BC796. Grayscale: #676767. Windows color (decimal): -3917719 or 6895812. OLE color: 6895812.
HSL color Cylindrical-coordinate representation of color #C43869: hue angle of 339º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43869 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 105 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.23 |
| HSL | 339º | 0.56% | 0.49% | - |
| HSV(B) | 339º | 0.71% | 0.77% | - |
| XYZ | 26.73 | 15.58 | 14.96 | - |
| YUV | 103.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 105 | 0 | 0.71 | 0.46 | 0.23 | 339 | 0.56 | 0.49 |
| Hex | C4 | 38 | 69 | 0 | 47 | 2E | 17 | 153 | 38 | 31 |
| Octal | 304 | 70 | 151 | 0 | 107 | 56 | 27 | 523 | 70 | 61 |
| Binary | 11000100 | 111000 | 1101001 | 0 | 1000111 | 101110 | 10111 | 101010011 | 111000 | 110001 |
Color Harmonies of #C43869
Complementary color
Monochromatic Colors of #C43869
Black with #C43869
Text Example
Text Example
White with #C43869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43869; }
p { color: rgb(196,56,105); }
H1.HeaderClassName
{
color: #C43869;
}
.AnyTagClassName
{
color: #C43869;
}
</style>
background-color css
<style>
a { background-color: #C43869; }
a { background-color: rgb(196,56,105); }
div.DivClassName
{
background-color: #C43869;
}
.BgClassName
{
background-color: #C43869;
}
</style>
border-color css
<style>
span { border-color: #C43869; }
span { border-color: rgb(196,56,105); }
td.TdClassName
{
border-color: #C43869;
}
.TagClassName
{
border-color: #C43869;
}
</style>