Shades of Royal Heath #C05375
Tints of Royal Heath #C05375
RGB
CMYK
RGB Variations
Color information
#C05375 (or 0xC05375) is known color: Royal Heath. HEX triplet: C0, 53 and 75. RGB value is (192,83,117). Sum of RGB (Red+Green+Blue) = 192+83+117=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05375 is #3FAC8A. Grayscale: #777777. Windows color (decimal): -4172939 or 7689152. OLE color: 7689152.
HSL color Cylindrical-coordinate representation of color #C05375: hue angle of 341.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05375 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 117 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.25 |
| HSL | 341.28º | 0.46% | 0.54% | - |
| HSV(B) | 341.28º | 0.57% | 0.75% | - |
| XYZ | 28.04 | 18.68 | 18.96 | - |
| YUV | 119.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 117 | 0 | 0.57 | 0.39 | 0.25 | 341.28 | 0.46 | 0.54 |
| Hex | C0 | 53 | 75 | 0 | 39 | 27 | 19 | 155 | 2E | 36 |
| Octal | 300 | 123 | 165 | 0 | 71 | 47 | 31 | 525 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1110101 | 0 | 111001 | 100111 | 11001 | 101010101 | 101110 | 110110 |
Color Harmonies of #C05375
Complementary color
Monochromatic Colors of #C05375
Black with #C05375
Text Example
Text Example
White with #C05375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05375; }
p { color: rgb(192,83,117); }
H1.HeaderClassName
{
color: #C05375;
}
.AnyTagClassName
{
color: #C05375;
}
</style>
background-color css
<style>
a { background-color: #C05375; }
a { background-color: rgb(192,83,117); }
div.DivClassName
{
background-color: #C05375;
}
.BgClassName
{
background-color: #C05375;
}
</style>
border-color css
<style>
span { border-color: #C05375; }
span { border-color: rgb(192,83,117); }
td.TdClassName
{
border-color: #C05375;
}
.TagClassName
{
border-color: #C05375;
}
</style>