Shades of Royal Heath #C34273
Tints of Royal Heath #C34273
RGB
CMYK
RGB Variations
Color information
#C34273 (or 0xC34273) is known color: Royal Heath. HEX triplet: C3, 42 and 73. RGB value is (195,66,115). Sum of RGB (Red+Green+Blue) = 195+66+115=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34273 is #3CBD8C. Grayscale: #6E6E6E. Windows color (decimal): -3980685 or 7553731. OLE color: 7553731.
HSL color Cylindrical-coordinate representation of color #C34273: hue angle of 337.21º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34273 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 115 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.24 |
| HSL | 337.21º | 0.52% | 0.51% | - |
| HSV(B) | 337.21º | 0.66% | 0.76% | - |
| XYZ | 27.55 | 16.74 | 18 | - |
| YUV | 110.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 115 | 0 | 0.66 | 0.41 | 0.24 | 337.21 | 0.52 | 0.51 |
| Hex | C3 | 42 | 73 | 0 | 42 | 29 | 18 | 151 | 34 | 33 |
| Octal | 303 | 102 | 163 | 0 | 102 | 51 | 30 | 521 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1110011 | 0 | 1000010 | 101001 | 11000 | 101010001 | 110100 | 110011 |
Color Harmonies of #C34273
Complementary color
Monochromatic Colors of #C34273
Black with #C34273
Text Example
Text Example
White with #C34273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34273; }
p { color: rgb(195,66,115); }
H1.HeaderClassName
{
color: #C34273;
}
.AnyTagClassName
{
color: #C34273;
}
</style>
background-color css
<style>
a { background-color: #C34273; }
a { background-color: rgb(195,66,115); }
div.DivClassName
{
background-color: #C34273;
}
.BgClassName
{
background-color: #C34273;
}
</style>
border-color css
<style>
span { border-color: #C34273; }
span { border-color: rgb(195,66,115); }
td.TdClassName
{
border-color: #C34273;
}
.TagClassName
{
border-color: #C34273;
}
</style>