Shades of Royal Heath #C3456E
Tints of Royal Heath #C3456E
RGB
CMYK
RGB Variations
Color information
#C3456E (or 0xC3456E) is known color: Royal Heath. HEX triplet: C3, 45 and 6E. RGB value is (195,69,110). Sum of RGB (Red+Green+Blue) = 195+69+110=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3456E is #3CBA91. Grayscale: #6F6F6F. Windows color (decimal): -3979922 or 7226819. OLE color: 7226819.
HSL color Cylindrical-coordinate representation of color #C3456E: hue angle of 340.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3456E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 110 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.24 |
| HSL | 340.48º | 0.51% | 0.52% | - |
| HSV(B) | 340.48º | 0.65% | 0.76% | - |
| XYZ | 27.45 | 16.98 | 16.58 | - |
| YUV | 111.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 110 | 0 | 0.65 | 0.44 | 0.24 | 340.48 | 0.51 | 0.52 |
| Hex | C3 | 45 | 6E | 0 | 41 | 2C | 18 | 154 | 33 | 34 |
| Octal | 303 | 105 | 156 | 0 | 101 | 54 | 30 | 524 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1101110 | 0 | 1000001 | 101100 | 11000 | 101010100 | 110011 | 110100 |
Color Harmonies of #C3456E
Complementary color
Monochromatic Colors of #C3456E
Black with #C3456E
Text Example
Text Example
White with #C3456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3456E; }
p { color: rgb(195,69,110); }
H1.HeaderClassName
{
color: #C3456E;
}
.AnyTagClassName
{
color: #C3456E;
}
</style>
background-color css
<style>
a { background-color: #C3456E; }
a { background-color: rgb(195,69,110); }
div.DivClassName
{
background-color: #C3456E;
}
.BgClassName
{
background-color: #C3456E;
}
</style>
border-color css
<style>
span { border-color: #C3456E; }
span { border-color: rgb(195,69,110); }
td.TdClassName
{
border-color: #C3456E;
}
.TagClassName
{
border-color: #C3456E;
}
</style>