Shades of Royal Heath #C23C6A
Tints of Royal Heath #C23C6A
RGB
CMYK
RGB Variations
Color information
#C23C6A (or 0xC23C6A) is known color: Royal Heath. HEX triplet: C2, 3C and 6A. RGB value is (194,60,106). Sum of RGB (Red+Green+Blue) = 194+60+106=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C6A is #3DC395. Grayscale: #696969. Windows color (decimal): -4047766 or 6962370. OLE color: 6962370.
HSL color Cylindrical-coordinate representation of color #C23C6A: hue angle of 339.4º 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 #C23C6A is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 106 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.24 |
| HSL | 339.4º | 0.53% | 0.5% | - |
| HSV(B) | 339.4º | 0.69% | 0.76% | - |
| XYZ | 26.47 | 15.74 | 15.28 | - |
| YUV | 105.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 106 | 0 | 0.69 | 0.45 | 0.24 | 339.4 | 0.53 | 0.5 |
| Hex | C2 | 3C | 6A | 0 | 45 | 2D | 18 | 153 | 35 | 32 |
| Octal | 302 | 74 | 152 | 0 | 105 | 55 | 30 | 523 | 65 | 62 |
| Binary | 11000010 | 111100 | 1101010 | 0 | 1000101 | 101101 | 11000 | 101010011 | 110101 | 110010 |
Color Harmonies of #C23C6A
Complementary color
Monochromatic Colors of #C23C6A
Black with #C23C6A
Text Example
Text Example
White with #C23C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C6A; }
p { color: rgb(194,60,106); }
H1.HeaderClassName
{
color: #C23C6A;
}
.AnyTagClassName
{
color: #C23C6A;
}
</style>
background-color css
<style>
a { background-color: #C23C6A; }
a { background-color: rgb(194,60,106); }
div.DivClassName
{
background-color: #C23C6A;
}
.BgClassName
{
background-color: #C23C6A;
}
</style>
border-color css
<style>
span { border-color: #C23C6A; }
span { border-color: rgb(194,60,106); }
td.TdClassName
{
border-color: #C23C6A;
}
.TagClassName
{
border-color: #C23C6A;
}
</style>