Shades of Royal Heath #C23C6D
Tints of Royal Heath #C23C6D
RGB
CMYK
RGB Variations
Color information
#C23C6D (or 0xC23C6D) is known color: Royal Heath. HEX triplet: C2, 3C and 6D. RGB value is (194,60,109). Sum of RGB (Red+Green+Blue) = 194+60+109=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C6D is #3DC392. Grayscale: #696969. Windows color (decimal): -4047763 or 7158978. OLE color: 7158978.
HSL color Cylindrical-coordinate representation of color #C23C6D: hue angle of 338.06º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C6D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 109 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.24 |
| HSL | 338.06º | 0.53% | 0.5% | - |
| HSV(B) | 338.06º | 0.69% | 0.76% | - |
| XYZ | 26.62 | 15.81 | 16.12 | - |
| YUV | 105.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 109 | 0 | 0.69 | 0.44 | 0.24 | 338.06 | 0.53 | 0.5 |
| Hex | C2 | 3C | 6D | 0 | 45 | 2C | 18 | 152 | 35 | 32 |
| Octal | 302 | 74 | 155 | 0 | 105 | 54 | 30 | 522 | 65 | 62 |
| Binary | 11000010 | 111100 | 1101101 | 0 | 1000101 | 101100 | 11000 | 101010010 | 110101 | 110010 |
Color Harmonies of #C23C6D
Complementary color
Monochromatic Colors of #C23C6D
Black with #C23C6D
Text Example
Text Example
White with #C23C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C6D; }
p { color: rgb(194,60,109); }
H1.HeaderClassName
{
color: #C23C6D;
}
.AnyTagClassName
{
color: #C23C6D;
}
</style>
background-color css
<style>
a { background-color: #C23C6D; }
a { background-color: rgb(194,60,109); }
div.DivClassName
{
background-color: #C23C6D;
}
.BgClassName
{
background-color: #C23C6D;
}
</style>
border-color css
<style>
span { border-color: #C23C6D; }
span { border-color: rgb(194,60,109); }
td.TdClassName
{
border-color: #C23C6D;
}
.TagClassName
{
border-color: #C23C6D;
}
</style>