Shades of Royal Heath #C23B68
Tints of Royal Heath #C23B68
RGB
CMYK
RGB Variations
Color information
#C23B68 (or 0xC23B68) is known color: Royal Heath. HEX triplet: C2, 3B and 68. RGB value is (194,59,104). Sum of RGB (Red+Green+Blue) = 194+59+104=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B68 is #3DC497. Grayscale: #686868. Windows color (decimal): -4048024 or 6831042. OLE color: 6831042.
HSL color Cylindrical-coordinate representation of color #C23B68: hue angle of 340º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B68 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 104 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.24 |
| HSL | 340º | 0.53% | 0.5% | - |
| HSV(B) | 340º | 0.7% | 0.76% | - |
| XYZ | 26.31 | 15.6 | 14.72 | - |
| YUV | 104.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 104 | 0 | 0.70 | 0.46 | 0.24 | 340 | 0.53 | 0.5 |
| Hex | C2 | 3B | 68 | 0 | 46 | 2E | 18 | 154 | 35 | 32 |
| Octal | 302 | 73 | 150 | 0 | 106 | 56 | 30 | 524 | 65 | 62 |
| Binary | 11000010 | 111011 | 1101000 | 0 | 1000110 | 101110 | 11000 | 101010100 | 110101 | 110010 |
Color Harmonies of #C23B68
Complementary color
Monochromatic Colors of #C23B68
Black with #C23B68
Text Example
Text Example
White with #C23B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B68; }
p { color: rgb(194,59,104); }
H1.HeaderClassName
{
color: #C23B68;
}
.AnyTagClassName
{
color: #C23B68;
}
</style>
background-color css
<style>
a { background-color: #C23B68; }
a { background-color: rgb(194,59,104); }
div.DivClassName
{
background-color: #C23B68;
}
.BgClassName
{
background-color: #C23B68;
}
</style>
border-color css
<style>
span { border-color: #C23B68; }
span { border-color: rgb(194,59,104); }
td.TdClassName
{
border-color: #C23B68;
}
.TagClassName
{
border-color: #C23B68;
}
</style>