Shades of Royal Heath #C3416E
Tints of Royal Heath #C3416E
RGB
CMYK
RGB Variations
Color information
#C3416E (or 0xC3416E) is known color: Royal Heath. HEX triplet: C3, 41 and 6E. RGB value is (195,65,110). Sum of RGB (Red+Green+Blue) = 195+65+110=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3416E is #3CBE91. Grayscale: #6C6C6C. Windows color (decimal): -3980946 or 7225795. OLE color: 7225795.
HSL color Cylindrical-coordinate representation of color #C3416E: hue angle of 339.23º 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 #C3416E is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 110 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.24 |
| HSL | 339.23º | 0.52% | 0.51% | - |
| HSV(B) | 339.23º | 0.67% | 0.76% | - |
| XYZ | 27.21 | 16.51 | 16.5 | - |
| YUV | 109 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 110 | 0 | 0.67 | 0.44 | 0.24 | 339.23 | 0.52 | 0.51 |
| Hex | C3 | 41 | 6E | 0 | 43 | 2C | 18 | 153 | 34 | 33 |
| Octal | 303 | 101 | 156 | 0 | 103 | 54 | 30 | 523 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1101110 | 0 | 1000011 | 101100 | 11000 | 101010011 | 110100 | 110011 |
Color Harmonies of #C3416E
Complementary color
Monochromatic Colors of #C3416E
Black with #C3416E
Text Example
Text Example
White with #C3416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3416E; }
p { color: rgb(195,65,110); }
H1.HeaderClassName
{
color: #C3416E;
}
.AnyTagClassName
{
color: #C3416E;
}
</style>
background-color css
<style>
a { background-color: #C3416E; }
a { background-color: rgb(195,65,110); }
div.DivClassName
{
background-color: #C3416E;
}
.BgClassName
{
background-color: #C3416E;
}
</style>
border-color css
<style>
span { border-color: #C3416E; }
span { border-color: rgb(195,65,110); }
td.TdClassName
{
border-color: #C3416E;
}
.TagClassName
{
border-color: #C3416E;
}
</style>