Shades of Royal Heath #C23F68
Tints of Royal Heath #C23F68
RGB
CMYK
RGB Variations
Color information
#C23F68 (or 0xC23F68) is known color: Royal Heath. HEX triplet: C2, 3F and 68. RGB value is (194,63,104). Sum of RGB (Red+Green+Blue) = 194+63+104=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F68 is #3DC097. Grayscale: #6A6A6A. Windows color (decimal): -4047000 or 6832066. OLE color: 6832066.
HSL color Cylindrical-coordinate representation of color #C23F68: hue angle of 341.22º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F68 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 104 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.24 |
| HSL | 341.22º | 0.52% | 0.5% | - |
| HSV(B) | 341.22º | 0.68% | 0.76% | - |
| XYZ | 26.52 | 16.02 | 14.79 | - |
| YUV | 106.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 104 | 0 | 0.68 | 0.46 | 0.24 | 341.22 | 0.52 | 0.5 |
| Hex | C2 | 3F | 68 | 0 | 44 | 2E | 18 | 155 | 34 | 32 |
| Octal | 302 | 77 | 150 | 0 | 104 | 56 | 30 | 525 | 64 | 62 |
| Binary | 11000010 | 111111 | 1101000 | 0 | 1000100 | 101110 | 11000 | 101010101 | 110100 | 110010 |
Color Harmonies of #C23F68
Complementary color
Monochromatic Colors of #C23F68
Black with #C23F68
Text Example
Text Example
White with #C23F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F68; }
p { color: rgb(194,63,104); }
H1.HeaderClassName
{
color: #C23F68;
}
.AnyTagClassName
{
color: #C23F68;
}
</style>
background-color css
<style>
a { background-color: #C23F68; }
a { background-color: rgb(194,63,104); }
div.DivClassName
{
background-color: #C23F68;
}
.BgClassName
{
background-color: #C23F68;
}
</style>
border-color css
<style>
span { border-color: #C23F68; }
span { border-color: rgb(194,63,104); }
td.TdClassName
{
border-color: #C23F68;
}
.TagClassName
{
border-color: #C23F68;
}
</style>