Shades of Royal Heath #C23B76
Tints of Royal Heath #C23B76
RGB
CMYK
RGB Variations
Color information
#C23B76 (or 0xC23B76) is known color: Royal Heath. HEX triplet: C2, 3B and 76. RGB value is (194,59,118). Sum of RGB (Red+Green+Blue) = 194+59+118=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B76 is #3DC489. Grayscale: #696969. Windows color (decimal): -4048010 or 7748546. OLE color: 7748546.
HSL color Cylindrical-coordinate representation of color #C23B76: hue angle of 333.78º 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 #C23B76 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 118 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.24 |
| HSL | 333.78º | 0.53% | 0.5% | - |
| HSV(B) | 333.78º | 0.7% | 0.76% | - |
| XYZ | 27.08 | 15.91 | 18.78 | - |
| YUV | 106.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 118 | 0 | 0.70 | 0.39 | 0.24 | 333.78 | 0.53 | 0.5 |
| Hex | C2 | 3B | 76 | 0 | 46 | 27 | 18 | 14E | 35 | 32 |
| Octal | 302 | 73 | 166 | 0 | 106 | 47 | 30 | 516 | 65 | 62 |
| Binary | 11000010 | 111011 | 1110110 | 0 | 1000110 | 100111 | 11000 | 101001110 | 110101 | 110010 |
Color Harmonies of #C23B76
Complementary color
Monochromatic Colors of #C23B76
Black with #C23B76
Text Example
Text Example
White with #C23B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B76; }
p { color: rgb(194,59,118); }
H1.HeaderClassName
{
color: #C23B76;
}
.AnyTagClassName
{
color: #C23B76;
}
</style>
background-color css
<style>
a { background-color: #C23B76; }
a { background-color: rgb(194,59,118); }
div.DivClassName
{
background-color: #C23B76;
}
.BgClassName
{
background-color: #C23B76;
}
</style>
border-color css
<style>
span { border-color: #C23B76; }
span { border-color: rgb(194,59,118); }
td.TdClassName
{
border-color: #C23B76;
}
.TagClassName
{
border-color: #C23B76;
}
</style>