Shades of Royal Heath #C53869
Tints of Royal Heath #C53869
RGB
CMYK
RGB Variations
Color information
#C53869 (or 0xC53869) is known color: Royal Heath. HEX triplet: C5, 38 and 69. RGB value is (197,56,105). Sum of RGB (Red+Green+Blue) = 197+56+105=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53869 is #3AC796. Grayscale: #676767. Windows color (decimal): -3852183 or 6895813. OLE color: 6895813.
HSL color Cylindrical-coordinate representation of color #C53869: hue angle of 339.15º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53869 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 105 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.23 |
| HSL | 339.15º | 0.56% | 0.5% | - |
| HSV(B) | 339.15º | 0.72% | 0.77% | - |
| XYZ | 26.99 | 15.72 | 14.98 | - |
| YUV | 103.75 | 128.71 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 105 | 0 | 0.72 | 0.47 | 0.23 | 339.15 | 0.56 | 0.5 |
| Hex | C5 | 38 | 69 | 0 | 48 | 2F | 17 | 153 | 38 | 32 |
| Octal | 305 | 70 | 151 | 0 | 110 | 57 | 27 | 523 | 70 | 62 |
| Binary | 11000101 | 111000 | 1101001 | 0 | 1001000 | 101111 | 10111 | 101010011 | 111000 | 110010 |
Color Harmonies of #C53869
Complementary color
Monochromatic Colors of #C53869
Black with #C53869
Text Example
Text Example
White with #C53869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53869; }
p { color: rgb(197,56,105); }
H1.HeaderClassName
{
color: #C53869;
}
.AnyTagClassName
{
color: #C53869;
}
</style>
background-color css
<style>
a { background-color: #C53869; }
a { background-color: rgb(197,56,105); }
div.DivClassName
{
background-color: #C53869;
}
.BgClassName
{
background-color: #C53869;
}
</style>
border-color css
<style>
span { border-color: #C53869; }
span { border-color: rgb(197,56,105); }
td.TdClassName
{
border-color: #C53869;
}
.TagClassName
{
border-color: #C53869;
}
</style>