Shades of Royal Heath #C0436C
Tints of Royal Heath #C0436C
RGB
CMYK
RGB Variations
Color information
#C0436C (or 0xC0436C) is known color: Royal Heath. HEX triplet: C0, 43 and 6C. RGB value is (192,67,108). Sum of RGB (Red+Green+Blue) = 192+67+108=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0436C is #3FBC93. Grayscale: #6D6D6D. Windows color (decimal): -4177044 or 7095232. OLE color: 7095232.
HSL color Cylindrical-coordinate representation of color #C0436C: hue angle of 340.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0436C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 108 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.25 |
| HSL | 340.32º | 0.5% | 0.51% | - |
| HSV(B) | 340.32º | 0.65% | 0.75% | - |
| XYZ | 26.45 | 16.3 | 15.94 | - |
| YUV | 109.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 108 | 0 | 0.65 | 0.44 | 0.25 | 340.32 | 0.5 | 0.51 |
| Hex | C0 | 43 | 6C | 0 | 41 | 2C | 19 | 154 | 32 | 33 |
| Octal | 300 | 103 | 154 | 0 | 101 | 54 | 31 | 524 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1101100 | 0 | 1000001 | 101100 | 11001 | 101010100 | 110010 | 110011 |
Color Harmonies of #C0436C
Complementary color
Monochromatic Colors of #C0436C
Black with #C0436C
Text Example
Text Example
White with #C0436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0436C; }
p { color: rgb(192,67,108); }
H1.HeaderClassName
{
color: #C0436C;
}
.AnyTagClassName
{
color: #C0436C;
}
</style>
background-color css
<style>
a { background-color: #C0436C; }
a { background-color: rgb(192,67,108); }
div.DivClassName
{
background-color: #C0436C;
}
.BgClassName
{
background-color: #C0436C;
}
</style>
border-color css
<style>
span { border-color: #C0436C; }
span { border-color: rgb(192,67,108); }
td.TdClassName
{
border-color: #C0436C;
}
.TagClassName
{
border-color: #C0436C;
}
</style>