Shades of Royal Heath #C04177
Tints of Royal Heath #C04177
RGB
CMYK
RGB Variations
Color information
#C04177 (or 0xC04177) is known color: Royal Heath. HEX triplet: C0, 41 and 77. RGB value is (192,65,119). Sum of RGB (Red+Green+Blue) = 192+65+119=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04177 is #3FBE88. Grayscale: #6D6D6D. Windows color (decimal): -4177545 or 7815616. OLE color: 7815616.
HSL color Cylindrical-coordinate representation of color #C04177: hue angle of 334.49º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04177 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 119 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.25 |
| HSL | 334.49º | 0.5% | 0.5% | - |
| HSV(B) | 334.49º | 0.66% | 0.75% | - |
| XYZ | 26.96 | 16.32 | 19.18 | - |
| YUV | 109.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 119 | 0 | 0.66 | 0.38 | 0.25 | 334.49 | 0.5 | 0.5 |
| Hex | C0 | 41 | 77 | 0 | 42 | 26 | 19 | 14E | 32 | 32 |
| Octal | 300 | 101 | 167 | 0 | 102 | 46 | 31 | 516 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1110111 | 0 | 1000010 | 100110 | 11001 | 101001110 | 110010 | 110010 |
Color Harmonies of #C04177
Complementary color
Monochromatic Colors of #C04177
Black with #C04177
Text Example
Text Example
White with #C04177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04177; }
p { color: rgb(192,65,119); }
H1.HeaderClassName
{
color: #C04177;
}
.AnyTagClassName
{
color: #C04177;
}
</style>
background-color css
<style>
a { background-color: #C04177; }
a { background-color: rgb(192,65,119); }
div.DivClassName
{
background-color: #C04177;
}
.BgClassName
{
background-color: #C04177;
}
</style>
border-color css
<style>
span { border-color: #C04177; }
span { border-color: rgb(192,65,119); }
td.TdClassName
{
border-color: #C04177;
}
.TagClassName
{
border-color: #C04177;
}
</style>