Shades of Royal Heath #C2356F
Tints of Royal Heath #C2356F
RGB
CMYK
RGB Variations
Color information
#C2356F (or 0xC2356F) is known color: Royal Heath. HEX triplet: C2, 35 and 6F. RGB value is (194,53,111). Sum of RGB (Red+Green+Blue) = 194+53+111=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2356F is #3DCA90. Grayscale: #656565. Windows color (decimal): -4049553 or 7288258. OLE color: 7288258.
HSL color Cylindrical-coordinate representation of color #C2356F: hue angle of 335.32º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2356F is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 111 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.24 |
| HSL | 335.32º | 0.57% | 0.48% | - |
| HSV(B) | 335.32º | 0.73% | 0.76% | - |
| XYZ | 26.39 | 15.16 | 16.57 | - |
| YUV | 101.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 111 | 0 | 0.73 | 0.43 | 0.24 | 335.32 | 0.57 | 0.48 |
| Hex | C2 | 35 | 6F | 0 | 49 | 2B | 18 | 14F | 39 | 30 |
| Octal | 302 | 65 | 157 | 0 | 111 | 53 | 30 | 517 | 71 | 60 |
| Binary | 11000010 | 110101 | 1101111 | 0 | 1001001 | 101011 | 11000 | 101001111 | 111001 | 110000 |
Color Harmonies of #C2356F
Complementary color
Monochromatic Colors of #C2356F
Black with #C2356F
Text Example
Text Example
White with #C2356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2356F; }
p { color: rgb(194,53,111); }
H1.HeaderClassName
{
color: #C2356F;
}
.AnyTagClassName
{
color: #C2356F;
}
</style>
background-color css
<style>
a { background-color: #C2356F; }
a { background-color: rgb(194,53,111); }
div.DivClassName
{
background-color: #C2356F;
}
.BgClassName
{
background-color: #C2356F;
}
</style>
border-color css
<style>
span { border-color: #C2356F; }
span { border-color: rgb(194,53,111); }
td.TdClassName
{
border-color: #C2356F;
}
.TagClassName
{
border-color: #C2356F;
}
</style>