Shades of Royal Heath #C23A6B
Tints of Royal Heath #C23A6B
RGB
CMYK
RGB Variations
Color information
#C23A6B (or 0xC23A6B) is known color: Royal Heath. HEX triplet: C2, 3A and 6B. RGB value is (194,58,107). Sum of RGB (Red+Green+Blue) = 194+58+107=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A6B is #3DC594. Grayscale: #686868. Windows color (decimal): -4048277 or 7027394. OLE color: 7027394.
HSL color Cylindrical-coordinate representation of color #C23A6B: hue angle of 338.38º 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 #C23A6B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 107 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.24 |
| HSL | 338.38º | 0.54% | 0.49% | - |
| HSV(B) | 338.38º | 0.7% | 0.76% | - |
| XYZ | 26.42 | 15.56 | 15.52 | - |
| YUV | 104.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 107 | 0 | 0.70 | 0.45 | 0.24 | 338.38 | 0.54 | 0.49 |
| Hex | C2 | 3A | 6B | 0 | 46 | 2D | 18 | 152 | 36 | 31 |
| Octal | 302 | 72 | 153 | 0 | 106 | 55 | 30 | 522 | 66 | 61 |
| Binary | 11000010 | 111010 | 1101011 | 0 | 1000110 | 101101 | 11000 | 101010010 | 110110 | 110001 |
Color Harmonies of #C23A6B
Complementary color
Monochromatic Colors of #C23A6B
Black with #C23A6B
Text Example
Text Example
White with #C23A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A6B; }
p { color: rgb(194,58,107); }
H1.HeaderClassName
{
color: #C23A6B;
}
.AnyTagClassName
{
color: #C23A6B;
}
</style>
background-color css
<style>
a { background-color: #C23A6B; }
a { background-color: rgb(194,58,107); }
div.DivClassName
{
background-color: #C23A6B;
}
.BgClassName
{
background-color: #C23A6B;
}
</style>
border-color css
<style>
span { border-color: #C23A6B; }
span { border-color: rgb(194,58,107); }
td.TdClassName
{
border-color: #C23A6B;
}
.TagClassName
{
border-color: #C23A6B;
}
</style>