Shades of Royal Heath #C4356B
Tints of Royal Heath #C4356B
RGB
CMYK
RGB Variations
Color information
#C4356B (or 0xC4356B) is known color: Royal Heath. HEX triplet: C4, 35 and 6B. RGB value is (196,53,107). Sum of RGB (Red+Green+Blue) = 196+53+107=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4356B is #3BCA94. Grayscale: #656565. Windows color (decimal): -3918485 or 7026116. OLE color: 7026116.
HSL color Cylindrical-coordinate representation of color #C4356B: hue angle of 337.34º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4356B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 107 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.23 |
| HSL | 337.34º | 0.57% | 0.49% | - |
| HSV(B) | 337.34º | 0.73% | 0.77% | - |
| XYZ | 26.69 | 15.34 | 15.46 | - |
| YUV | 101.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 107 | 0 | 0.73 | 0.45 | 0.23 | 337.34 | 0.57 | 0.49 |
| Hex | C4 | 35 | 6B | 0 | 49 | 2D | 17 | 151 | 39 | 31 |
| Octal | 304 | 65 | 153 | 0 | 111 | 55 | 27 | 521 | 71 | 61 |
| Binary | 11000100 | 110101 | 1101011 | 0 | 1001001 | 101101 | 10111 | 101010001 | 111001 | 110001 |
Color Harmonies of #C4356B
Complementary color
Monochromatic Colors of #C4356B
Black with #C4356B
Text Example
Text Example
White with #C4356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4356B; }
p { color: rgb(196,53,107); }
H1.HeaderClassName
{
color: #C4356B;
}
.AnyTagClassName
{
color: #C4356B;
}
</style>
background-color css
<style>
a { background-color: #C4356B; }
a { background-color: rgb(196,53,107); }
div.DivClassName
{
background-color: #C4356B;
}
.BgClassName
{
background-color: #C4356B;
}
</style>
border-color css
<style>
span { border-color: #C4356B; }
span { border-color: rgb(196,53,107); }
td.TdClassName
{
border-color: #C4356B;
}
.TagClassName
{
border-color: #C4356B;
}
</style>