Shades of Royal Heath #C23B67
Tints of Royal Heath #C23B67
RGB
CMYK
RGB Variations
Color information
#C23B67 (or 0xC23B67) is known color: Royal Heath. HEX triplet: C2, 3B and 67. RGB value is (194,59,103). Sum of RGB (Red+Green+Blue) = 194+59+103=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B67 is #3DC498. Grayscale: #686868. Windows color (decimal): -4048025 or 6765506. OLE color: 6765506.
HSL color Cylindrical-coordinate representation of color #C23B67: hue angle of 340.44º 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 #C23B67 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 103 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.24 |
| HSL | 340.44º | 0.53% | 0.5% | - |
| HSV(B) | 340.44º | 0.7% | 0.76% | - |
| XYZ | 26.26 | 15.58 | 14.45 | - |
| YUV | 104.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 103 | 0 | 0.70 | 0.47 | 0.24 | 340.44 | 0.53 | 0.5 |
| Hex | C2 | 3B | 67 | 0 | 46 | 2F | 18 | 154 | 35 | 32 |
| Octal | 302 | 73 | 147 | 0 | 106 | 57 | 30 | 524 | 65 | 62 |
| Binary | 11000010 | 111011 | 1100111 | 0 | 1000110 | 101111 | 11000 | 101010100 | 110101 | 110010 |
Color Harmonies of #C23B67
Complementary color
Monochromatic Colors of #C23B67
Black with #C23B67
Text Example
Text Example
White with #C23B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B67; }
p { color: rgb(194,59,103); }
H1.HeaderClassName
{
color: #C23B67;
}
.AnyTagClassName
{
color: #C23B67;
}
</style>
background-color css
<style>
a { background-color: #C23B67; }
a { background-color: rgb(194,59,103); }
div.DivClassName
{
background-color: #C23B67;
}
.BgClassName
{
background-color: #C23B67;
}
</style>
border-color css
<style>
span { border-color: #C23B67; }
span { border-color: rgb(194,59,103); }
td.TdClassName
{
border-color: #C23B67;
}
.TagClassName
{
border-color: #C23B67;
}
</style>