Shades of Royal Heath #C34375
Tints of Royal Heath #C34375
RGB
CMYK
RGB Variations
Color information
#C34375 (or 0xC34375) is known color: Royal Heath. HEX triplet: C3, 43 and 75. RGB value is (195,67,117). Sum of RGB (Red+Green+Blue) = 195+67+117=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34375 is #3CBC8A. Grayscale: #6E6E6E. Windows color (decimal): -3980427 or 7685059. OLE color: 7685059.
HSL color Cylindrical-coordinate representation of color #C34375: hue angle of 336.56º 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 #C34375 is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 117 | - |
| CMYK | 0 | 0.66 | 0.4 | 0.24 |
| HSL | 336.56º | 0.52% | 0.51% | - |
| HSV(B) | 336.56º | 0.66% | 0.76% | - |
| XYZ | 27.72 | 16.9 | 18.63 | - |
| YUV | 110.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 117 | 0 | 0.66 | 0.4 | 0.24 | 336.56 | 0.52 | 0.51 |
| Hex | C3 | 43 | 75 | 0 | 42 | 28 | 18 | 151 | 34 | 33 |
| Octal | 303 | 103 | 165 | 0 | 102 | 50 | 30 | 521 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1110101 | 0 | 1000010 | 101000 | 11000 | 101010001 | 110100 | 110011 |
Color Harmonies of #C34375
Complementary color
Monochromatic Colors of #C34375
Black with #C34375
Text Example
Text Example
White with #C34375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34375; }
p { color: rgb(195,67,117); }
H1.HeaderClassName
{
color: #C34375;
}
.AnyTagClassName
{
color: #C34375;
}
</style>
background-color css
<style>
a { background-color: #C34375; }
a { background-color: rgb(195,67,117); }
div.DivClassName
{
background-color: #C34375;
}
.BgClassName
{
background-color: #C34375;
}
</style>
border-color css
<style>
span { border-color: #C34375; }
span { border-color: rgb(195,67,117); }
td.TdClassName
{
border-color: #C34375;
}
.TagClassName
{
border-color: #C34375;
}
</style>