Shades of Royal Heath #C04175
Tints of Royal Heath #C04175
RGB
CMYK
RGB Variations
Color information
#C04175 (or 0xC04175) is known color: Royal Heath. HEX triplet: C0, 41 and 75. RGB value is (192,65,117). Sum of RGB (Red+Green+Blue) = 192+65+117=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C04175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04175 is #3FBE8A. Grayscale: #6C6C6C. Windows color (decimal): -4177547 or 7684544. OLE color: 7684544.
HSL color Cylindrical-coordinate representation of color #C04175: hue angle of 335.43º 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 #C04175 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 117 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.25 |
| HSL | 335.43º | 0.5% | 0.5% | - |
| HSV(B) | 335.43º | 0.66% | 0.75% | - |
| XYZ | 26.84 | 16.27 | 18.56 | - |
| YUV | 108.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 117 | 0 | 0.66 | 0.39 | 0.25 | 335.43 | 0.5 | 0.5 |
| Hex | C0 | 41 | 75 | 0 | 42 | 27 | 19 | 14F | 32 | 32 |
| Octal | 300 | 101 | 165 | 0 | 102 | 47 | 31 | 517 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1110101 | 0 | 1000010 | 100111 | 11001 | 101001111 | 110010 | 110010 |
Color Harmonies of #C04175
Complementary color
Monochromatic Colors of #C04175
Black with #C04175
Text Example
Text Example
White with #C04175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04175; }
p { color: rgb(192,65,117); }
H1.HeaderClassName
{
color: #C04175;
}
.AnyTagClassName
{
color: #C04175;
}
</style>
background-color css
<style>
a { background-color: #C04175; }
a { background-color: rgb(192,65,117); }
div.DivClassName
{
background-color: #C04175;
}
.BgClassName
{
background-color: #C04175;
}
</style>
border-color css
<style>
span { border-color: #C04175; }
span { border-color: rgb(192,65,117); }
td.TdClassName
{
border-color: #C04175;
}
.TagClassName
{
border-color: #C04175;
}
</style>