Shades of Royal Heath #C34173
Tints of Royal Heath #C34173
RGB
CMYK
RGB Variations
Color information
#C34173 (or 0xC34173) is known color: Royal Heath. HEX triplet: C3, 41 and 73. RGB value is (195,65,115). Sum of RGB (Red+Green+Blue) = 195+65+115=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34173 is #3CBE8C. Grayscale: #6D6D6D. Windows color (decimal): -3980941 or 7553475. OLE color: 7553475.
HSL color Cylindrical-coordinate representation of color #C34173: hue angle of 336.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34173 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 115 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.24 |
| HSL | 336.92º | 0.52% | 0.51% | - |
| HSV(B) | 336.92º | 0.67% | 0.76% | - |
| XYZ | 27.49 | 16.62 | 17.98 | - |
| YUV | 109.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 115 | 0 | 0.67 | 0.41 | 0.24 | 336.92 | 0.52 | 0.51 |
| Hex | C3 | 41 | 73 | 0 | 43 | 29 | 18 | 151 | 34 | 33 |
| Octal | 303 | 101 | 163 | 0 | 103 | 51 | 30 | 521 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1110011 | 0 | 1000011 | 101001 | 11000 | 101010001 | 110100 | 110011 |
Color Harmonies of #C34173
Complementary color
Monochromatic Colors of #C34173
Black with #C34173
Text Example
Text Example
White with #C34173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34173; }
p { color: rgb(195,65,115); }
H1.HeaderClassName
{
color: #C34173;
}
.AnyTagClassName
{
color: #C34173;
}
</style>
background-color css
<style>
a { background-color: #C34173; }
a { background-color: rgb(195,65,115); }
div.DivClassName
{
background-color: #C34173;
}
.BgClassName
{
background-color: #C34173;
}
</style>
border-color css
<style>
span { border-color: #C34173; }
span { border-color: rgb(195,65,115); }
td.TdClassName
{
border-color: #C34173;
}
.TagClassName
{
border-color: #C34173;
}
</style>