Shades of Royal Heath #C64271
Tints of Royal Heath #C64271
RGB
CMYK
RGB Variations
Color information
#C64271 (or 0xC64271) is known color: Royal Heath. HEX triplet: C6, 42 and 71. RGB value is (198,66,113). Sum of RGB (Red+Green+Blue) = 198+66+113=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C64271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64271 is #39BD8E. Grayscale: #6E6E6E. Windows color (decimal): -3784079 or 7422662. OLE color: 7422662.
HSL color Cylindrical-coordinate representation of color #C64271: hue angle of 338.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64271 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 113 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.22 |
| HSL | 338.64º | 0.54% | 0.52% | - |
| HSV(B) | 338.64º | 0.67% | 0.78% | - |
| XYZ | 28.22 | 17.09 | 17.44 | - |
| YUV | 110.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 113 | 0 | 0.67 | 0.43 | 0.22 | 338.64 | 0.54 | 0.52 |
| Hex | C6 | 42 | 71 | 0 | 43 | 2B | 16 | 153 | 36 | 34 |
| Octal | 306 | 102 | 161 | 0 | 103 | 53 | 26 | 523 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1110001 | 0 | 1000011 | 101011 | 10110 | 101010011 | 110110 | 110100 |
Color Harmonies of #C64271
Complementary color
Monochromatic Colors of #C64271
Black with #C64271
Text Example
Text Example
White with #C64271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64271; }
p { color: rgb(198,66,113); }
H1.HeaderClassName
{
color: #C64271;
}
.AnyTagClassName
{
color: #C64271;
}
</style>
background-color css
<style>
a { background-color: #C64271; }
a { background-color: rgb(198,66,113); }
div.DivClassName
{
background-color: #C64271;
}
.BgClassName
{
background-color: #C64271;
}
</style>
border-color css
<style>
span { border-color: #C64271; }
span { border-color: rgb(198,66,113); }
td.TdClassName
{
border-color: #C64271;
}
.TagClassName
{
border-color: #C64271;
}
</style>