Shades of Royal Heath #C33B73
Tints of Royal Heath #C33B73
RGB
CMYK
RGB Variations
Color information
#C33B73 (or 0xC33B73) is known color: Royal Heath. HEX triplet: C3, 3B and 73. RGB value is (195,59,115). Sum of RGB (Red+Green+Blue) = 195+59+115=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B73 is #3CC48C. Grayscale: #696969. Windows color (decimal): -3982477 or 7551939. OLE color: 7551939.
HSL color Cylindrical-coordinate representation of color #C33B73: hue angle of 335.29º degrees, saturation: 0.54, 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 #C33B73 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 115 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.24 |
| HSL | 335.29º | 0.54% | 0.5% | - |
| HSV(B) | 335.29º | 0.7% | 0.76% | - |
| XYZ | 27.16 | 15.97 | 17.87 | - |
| YUV | 106.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 115 | 0 | 0.70 | 0.41 | 0.24 | 335.29 | 0.54 | 0.5 |
| Hex | C3 | 3B | 73 | 0 | 46 | 29 | 18 | 14F | 36 | 32 |
| Octal | 303 | 73 | 163 | 0 | 106 | 51 | 30 | 517 | 66 | 62 |
| Binary | 11000011 | 111011 | 1110011 | 0 | 1000110 | 101001 | 11000 | 101001111 | 110110 | 110010 |
Color Harmonies of #C33B73
Complementary color
Monochromatic Colors of #C33B73
Black with #C33B73
Text Example
Text Example
White with #C33B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B73; }
p { color: rgb(195,59,115); }
H1.HeaderClassName
{
color: #C33B73;
}
.AnyTagClassName
{
color: #C33B73;
}
</style>
background-color css
<style>
a { background-color: #C33B73; }
a { background-color: rgb(195,59,115); }
div.DivClassName
{
background-color: #C33B73;
}
.BgClassName
{
background-color: #C33B73;
}
</style>
border-color css
<style>
span { border-color: #C33B73; }
span { border-color: rgb(195,59,115); }
td.TdClassName
{
border-color: #C33B73;
}
.TagClassName
{
border-color: #C33B73;
}
</style>