Shades of Royal Heath #C93D76
Tints of Royal Heath #C93D76
RGB
CMYK
RGB Variations
Color information
#C93D76 (or 0xC93D76) is known color: Royal Heath. HEX triplet: C9, 3D and 76. RGB value is (201,61,118). Sum of RGB (Red+Green+Blue) = 201+61+118=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D76 is #36C289. Grayscale: #6D6D6D. Windows color (decimal): -3588746 or 7749065. OLE color: 7749065.
HSL color Cylindrical-coordinate representation of color #C93D76: hue angle of 335.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D76 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 118 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.21 |
| HSL | 335.57º | 0.56% | 0.51% | - |
| HSV(B) | 335.57º | 0.7% | 0.79% | - |
| XYZ | 29.03 | 17.06 | 18.9 | - |
| YUV | 109.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 118 | 0 | 0.70 | 0.41 | 0.21 | 335.57 | 0.56 | 0.51 |
| Hex | C9 | 3D | 76 | 0 | 46 | 29 | 15 | 150 | 38 | 33 |
| Octal | 311 | 75 | 166 | 0 | 106 | 51 | 25 | 520 | 70 | 63 |
| Binary | 11001001 | 111101 | 1110110 | 0 | 1000110 | 101001 | 10101 | 101010000 | 111000 | 110011 |
Color Harmonies of #C93D76
Complementary color
Monochromatic Colors of #C93D76
Black with #C93D76
Text Example
Text Example
White with #C93D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D76; }
p { color: rgb(201,61,118); }
H1.HeaderClassName
{
color: #C93D76;
}
.AnyTagClassName
{
color: #C93D76;
}
</style>
background-color css
<style>
a { background-color: #C93D76; }
a { background-color: rgb(201,61,118); }
div.DivClassName
{
background-color: #C93D76;
}
.BgClassName
{
background-color: #C93D76;
}
</style>
border-color css
<style>
span { border-color: #C93D76; }
span { border-color: rgb(201,61,118); }
td.TdClassName
{
border-color: #C93D76;
}
.TagClassName
{
border-color: #C93D76;
}
</style>