Shades of Royal Heath #C0396C
Tints of Royal Heath #C0396C
RGB
CMYK
RGB Variations
Color information
#C0396C (or 0xC0396C) is known color: Royal Heath. HEX triplet: C0, 39 and 6C. RGB value is (192,57,108). Sum of RGB (Red+Green+Blue) = 192+57+108=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0396C is #3FC693. Grayscale: #676767. Windows color (decimal): -4179604 or 7092672. OLE color: 7092672.
HSL color Cylindrical-coordinate representation of color #C0396C: hue angle of 337.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0396C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 108 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.25 |
| HSL | 337.33º | 0.54% | 0.49% | - |
| HSV(B) | 337.33º | 0.7% | 0.75% | - |
| XYZ | 25.91 | 15.22 | 15.76 | - |
| YUV | 103.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 108 | 0 | 0.70 | 0.44 | 0.25 | 337.33 | 0.54 | 0.49 |
| Hex | C0 | 39 | 6C | 0 | 46 | 2C | 19 | 151 | 36 | 31 |
| Octal | 300 | 71 | 154 | 0 | 106 | 54 | 31 | 521 | 66 | 61 |
| Binary | 11000000 | 111001 | 1101100 | 0 | 1000110 | 101100 | 11001 | 101010001 | 110110 | 110001 |
Color Harmonies of #C0396C
Complementary color
Monochromatic Colors of #C0396C
Black with #C0396C
Text Example
Text Example
White with #C0396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0396C; }
p { color: rgb(192,57,108); }
H1.HeaderClassName
{
color: #C0396C;
}
.AnyTagClassName
{
color: #C0396C;
}
</style>
background-color css
<style>
a { background-color: #C0396C; }
a { background-color: rgb(192,57,108); }
div.DivClassName
{
background-color: #C0396C;
}
.BgClassName
{
background-color: #C0396C;
}
</style>
border-color css
<style>
span { border-color: #C0396C; }
span { border-color: rgb(192,57,108); }
td.TdClassName
{
border-color: #C0396C;
}
.TagClassName
{
border-color: #C0396C;
}
</style>