Shades of Royal Heath #C04A6F
Tints of Royal Heath #C04A6F
RGB
CMYK
RGB Variations
Color information
#C04A6F (or 0xC04A6F) is known color: Royal Heath. HEX triplet: C0, 4A and 6F. RGB value is (192,74,111). Sum of RGB (Red+Green+Blue) = 192+74+111=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A6F is #3FB590. Grayscale: #717171. Windows color (decimal): -4175249 or 7293632. OLE color: 7293632.
HSL color Cylindrical-coordinate representation of color #C04A6F: hue angle of 341.19º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A6F is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 111 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.25 |
| HSL | 341.19º | 0.48% | 0.52% | - |
| HSV(B) | 341.19º | 0.61% | 0.75% | - |
| XYZ | 27.06 | 17.25 | 16.94 | - |
| YUV | 113.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 111 | 0 | 0.61 | 0.42 | 0.25 | 341.19 | 0.48 | 0.52 |
| Hex | C0 | 4A | 6F | 0 | 3D | 2A | 19 | 155 | 30 | 34 |
| Octal | 300 | 112 | 157 | 0 | 75 | 52 | 31 | 525 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1101111 | 0 | 111101 | 101010 | 11001 | 101010101 | 110000 | 110100 |
Color Harmonies of #C04A6F
Complementary color
Monochromatic Colors of #C04A6F
Black with #C04A6F
Text Example
Text Example
White with #C04A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A6F; }
p { color: rgb(192,74,111); }
H1.HeaderClassName
{
color: #C04A6F;
}
.AnyTagClassName
{
color: #C04A6F;
}
</style>
background-color css
<style>
a { background-color: #C04A6F; }
a { background-color: rgb(192,74,111); }
div.DivClassName
{
background-color: #C04A6F;
}
.BgClassName
{
background-color: #C04A6F;
}
</style>
border-color css
<style>
span { border-color: #C04A6F; }
span { border-color: rgb(192,74,111); }
td.TdClassName
{
border-color: #C04A6F;
}
.TagClassName
{
border-color: #C04A6F;
}
</style>