Shades of Royal Heath #C2366C
Tints of Royal Heath #C2366C
RGB
CMYK
RGB Variations
Color information
#C2366C (or 0xC2366C) is known color: Royal Heath. HEX triplet: C2, 36 and 6C. RGB value is (194,54,108). Sum of RGB (Red+Green+Blue) = 194+54+108=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2366C is #3DC993. Grayscale: #656565. Windows color (decimal): -4049300 or 7091906. OLE color: 7091906.
HSL color Cylindrical-coordinate representation of color #C2366C: hue angle of 336.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2366C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 108 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.24 |
| HSL | 336.86º | 0.56% | 0.49% | - |
| HSV(B) | 336.86º | 0.72% | 0.76% | - |
| XYZ | 26.27 | 15.19 | 15.73 | - |
| YUV | 102.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 108 | 0 | 0.72 | 0.44 | 0.24 | 336.86 | 0.56 | 0.49 |
| Hex | C2 | 36 | 6C | 0 | 48 | 2C | 18 | 151 | 38 | 31 |
| Octal | 302 | 66 | 154 | 0 | 110 | 54 | 30 | 521 | 70 | 61 |
| Binary | 11000010 | 110110 | 1101100 | 0 | 1001000 | 101100 | 11000 | 101010001 | 111000 | 110001 |
Color Harmonies of #C2366C
Complementary color
Monochromatic Colors of #C2366C
Black with #C2366C
Text Example
Text Example
White with #C2366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2366C; }
p { color: rgb(194,54,108); }
H1.HeaderClassName
{
color: #C2366C;
}
.AnyTagClassName
{
color: #C2366C;
}
</style>
background-color css
<style>
a { background-color: #C2366C; }
a { background-color: rgb(194,54,108); }
div.DivClassName
{
background-color: #C2366C;
}
.BgClassName
{
background-color: #C2366C;
}
</style>
border-color css
<style>
span { border-color: #C2366C; }
span { border-color: rgb(194,54,108); }
td.TdClassName
{
border-color: #C2366C;
}
.TagClassName
{
border-color: #C2366C;
}
</style>