Shades of Royal Heath #C94375
Tints of Royal Heath #C94375
RGB
CMYK
RGB Variations
Color information
#C94375 (or 0xC94375) is known color: Royal Heath. HEX triplet: C9, 43 and 75. RGB value is (201,67,117). Sum of RGB (Red+Green+Blue) = 201+67+117=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94375 is #36BC8A. Grayscale: #707070. Windows color (decimal): -3587211 or 7685065. OLE color: 7685065.
HSL color Cylindrical-coordinate representation of color #C94375: hue angle of 337.61º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94375 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 117 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.21 |
| HSL | 337.61º | 0.55% | 0.53% | - |
| HSV(B) | 337.61º | 0.67% | 0.79% | - |
| XYZ | 29.31 | 17.72 | 18.7 | - |
| YUV | 112.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 117 | 0 | 0.67 | 0.42 | 0.21 | 337.61 | 0.55 | 0.53 |
| Hex | C9 | 43 | 75 | 0 | 43 | 2A | 15 | 152 | 37 | 35 |
| Octal | 311 | 103 | 165 | 0 | 103 | 52 | 25 | 522 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1110101 | 0 | 1000011 | 101010 | 10101 | 101010010 | 110111 | 110101 |
Color Harmonies of #C94375
Complementary color
Monochromatic Colors of #C94375
Black with #C94375
Text Example
Text Example
White with #C94375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94375; }
p { color: rgb(201,67,117); }
H1.HeaderClassName
{
color: #C94375;
}
.AnyTagClassName
{
color: #C94375;
}
</style>
background-color css
<style>
a { background-color: #C94375; }
a { background-color: rgb(201,67,117); }
div.DivClassName
{
background-color: #C94375;
}
.BgClassName
{
background-color: #C94375;
}
</style>
border-color css
<style>
span { border-color: #C94375; }
span { border-color: rgb(201,67,117); }
td.TdClassName
{
border-color: #C94375;
}
.TagClassName
{
border-color: #C94375;
}
</style>