Shades of Royal Heath #C3437A
Tints of Royal Heath #C3437A
RGB
CMYK
RGB Variations
Color information
#C3437A (or 0xC3437A) is known color: Royal Heath. HEX triplet: C3, 43 and 7A. RGB value is (195,67,122). Sum of RGB (Red+Green+Blue) = 195+67+122=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3437A is #3CBC85. Grayscale: #6F6F6F. Windows color (decimal): -3980422 or 8012739. OLE color: 8012739.
HSL color Cylindrical-coordinate representation of color #C3437A: hue angle of 334.22º 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 #C3437A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 122 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.24 |
| HSL | 334.22º | 0.52% | 0.51% | - |
| HSV(B) | 334.22º | 0.66% | 0.76% | - |
| XYZ | 28.03 | 17.02 | 20.22 | - |
| YUV | 111.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 122 | 0 | 0.66 | 0.37 | 0.24 | 334.22 | 0.52 | 0.51 |
| Hex | C3 | 43 | 7A | 0 | 42 | 25 | 18 | 14E | 34 | 33 |
| Octal | 303 | 103 | 172 | 0 | 102 | 45 | 30 | 516 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1111010 | 0 | 1000010 | 100101 | 11000 | 101001110 | 110100 | 110011 |
Color Harmonies of #C3437A
Complementary color
Monochromatic Colors of #C3437A
Black with #C3437A
Text Example
Text Example
White with #C3437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3437A; }
p { color: rgb(195,67,122); }
H1.HeaderClassName
{
color: #C3437A;
}
.AnyTagClassName
{
color: #C3437A;
}
</style>
background-color css
<style>
a { background-color: #C3437A; }
a { background-color: rgb(195,67,122); }
div.DivClassName
{
background-color: #C3437A;
}
.BgClassName
{
background-color: #C3437A;
}
</style>
border-color css
<style>
span { border-color: #C3437A; }
span { border-color: rgb(195,67,122); }
td.TdClassName
{
border-color: #C3437A;
}
.TagClassName
{
border-color: #C3437A;
}
</style>