Shades of Royal Heath #C94275
Tints of Royal Heath #C94275
RGB
CMYK
RGB Variations
Color information
#C94275 (or 0xC94275) is known color: Royal Heath. HEX triplet: C9, 42 and 75. RGB value is (201,66,117). Sum of RGB (Red+Green+Blue) = 201+66+117=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94275 is #36BD8A. Grayscale: #707070. Windows color (decimal): -3587467 or 7684809. OLE color: 7684809.
HSL color Cylindrical-coordinate representation of color #C94275: hue angle of 337.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94275 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 117 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.21 |
| HSL | 337.33º | 0.56% | 0.52% | - |
| HSV(B) | 337.33º | 0.67% | 0.79% | - |
| XYZ | 29.25 | 17.6 | 18.68 | - |
| YUV | 112.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 117 | 0 | 0.67 | 0.42 | 0.21 | 337.33 | 0.56 | 0.52 |
| Hex | C9 | 42 | 75 | 0 | 43 | 2A | 15 | 151 | 38 | 34 |
| Octal | 311 | 102 | 165 | 0 | 103 | 52 | 25 | 521 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1110101 | 0 | 1000011 | 101010 | 10101 | 101010001 | 111000 | 110100 |
Color Harmonies of #C94275
Complementary color
Monochromatic Colors of #C94275
Black with #C94275
Text Example
Text Example
White with #C94275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94275; }
p { color: rgb(201,66,117); }
H1.HeaderClassName
{
color: #C94275;
}
.AnyTagClassName
{
color: #C94275;
}
</style>
background-color css
<style>
a { background-color: #C94275; }
a { background-color: rgb(201,66,117); }
div.DivClassName
{
background-color: #C94275;
}
.BgClassName
{
background-color: #C94275;
}
</style>
border-color css
<style>
span { border-color: #C94275; }
span { border-color: rgb(201,66,117); }
td.TdClassName
{
border-color: #C94275;
}
.TagClassName
{
border-color: #C94275;
}
</style>