Shades of Royal Heath #C6376D
Tints of Royal Heath #C6376D
RGB
CMYK
RGB Variations
Color information
#C6376D (or 0xC6376D) is known color: Royal Heath. HEX triplet: C6, 37 and 6D. RGB value is (198,55,109). Sum of RGB (Red+Green+Blue) = 198+55+109=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6376D is #39C892. Grayscale: #676767. Windows color (decimal): -3786899 or 7157702. OLE color: 7157702.
HSL color Cylindrical-coordinate representation of color #C6376D: hue angle of 337.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6376D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 109 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.22 |
| HSL | 337.34º | 0.57% | 0.5% | - |
| HSV(B) | 337.34º | 0.72% | 0.78% | - |
| XYZ | 27.42 | 15.84 | 16.08 | - |
| YUV | 103.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 109 | 0 | 0.72 | 0.45 | 0.22 | 337.34 | 0.57 | 0.5 |
| Hex | C6 | 37 | 6D | 0 | 48 | 2D | 16 | 151 | 39 | 32 |
| Octal | 306 | 67 | 155 | 0 | 110 | 55 | 26 | 521 | 71 | 62 |
| Binary | 11000110 | 110111 | 1101101 | 0 | 1001000 | 101101 | 10110 | 101010001 | 111001 | 110010 |
Color Harmonies of #C6376D
Complementary color
Monochromatic Colors of #C6376D
Black with #C6376D
Text Example
Text Example
White with #C6376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6376D; }
p { color: rgb(198,55,109); }
H1.HeaderClassName
{
color: #C6376D;
}
.AnyTagClassName
{
color: #C6376D;
}
</style>
background-color css
<style>
a { background-color: #C6376D; }
a { background-color: rgb(198,55,109); }
div.DivClassName
{
background-color: #C6376D;
}
.BgClassName
{
background-color: #C6376D;
}
</style>
border-color css
<style>
span { border-color: #C6376D; }
span { border-color: rgb(198,55,109); }
td.TdClassName
{
border-color: #C6376D;
}
.TagClassName
{
border-color: #C6376D;
}
</style>