Shades of Royal Heath #C23A68
Tints of Royal Heath #C23A68
RGB
CMYK
RGB Variations
Color information
#C23A68 (or 0xC23A68) is known color: Royal Heath. HEX triplet: C2, 3A and 68. RGB value is (194,58,104). Sum of RGB (Red+Green+Blue) = 194+58+104=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A68 is #3DC597. Grayscale: #676767. Windows color (decimal): -4048280 or 6830786. OLE color: 6830786.
HSL color Cylindrical-coordinate representation of color #C23A68: hue angle of 339.71º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A68 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 104 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.24 |
| HSL | 339.71º | 0.54% | 0.49% | - |
| HSV(B) | 339.71º | 0.7% | 0.76% | - |
| XYZ | 26.26 | 15.49 | 14.7 | - |
| YUV | 103.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 104 | 0 | 0.70 | 0.46 | 0.24 | 339.71 | 0.54 | 0.49 |
| Hex | C2 | 3A | 68 | 0 | 46 | 2E | 18 | 154 | 36 | 31 |
| Octal | 302 | 72 | 150 | 0 | 106 | 56 | 30 | 524 | 66 | 61 |
| Binary | 11000010 | 111010 | 1101000 | 0 | 1000110 | 101110 | 11000 | 101010100 | 110110 | 110001 |
Color Harmonies of #C23A68
Complementary color
Monochromatic Colors of #C23A68
Black with #C23A68
Text Example
Text Example
White with #C23A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A68; }
p { color: rgb(194,58,104); }
H1.HeaderClassName
{
color: #C23A68;
}
.AnyTagClassName
{
color: #C23A68;
}
</style>
background-color css
<style>
a { background-color: #C23A68; }
a { background-color: rgb(194,58,104); }
div.DivClassName
{
background-color: #C23A68;
}
.BgClassName
{
background-color: #C23A68;
}
</style>
border-color css
<style>
span { border-color: #C23A68; }
span { border-color: rgb(194,58,104); }
td.TdClassName
{
border-color: #C23A68;
}
.TagClassName
{
border-color: #C23A68;
}
</style>