Shades of Royal Heath #C2406D
Tints of Royal Heath #C2406D
RGB
CMYK
RGB Variations
Color information
#C2406D (or 0xC2406D) is known color: Royal Heath. HEX triplet: C2, 40 and 6D. RGB value is (194,64,109). Sum of RGB (Red+Green+Blue) = 194+64+109=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2406D is #3DBF92. Grayscale: #6B6B6B. Windows color (decimal): -4046739 or 7160002. OLE color: 7160002.
HSL color Cylindrical-coordinate representation of color #C2406D: hue angle of 339.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2406D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 109 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.24 |
| HSL | 339.23º | 0.52% | 0.51% | - |
| HSV(B) | 339.23º | 0.67% | 0.76% | - |
| XYZ | 26.84 | 16.24 | 16.19 | - |
| YUV | 108 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 109 | 0 | 0.67 | 0.44 | 0.24 | 339.23 | 0.52 | 0.51 |
| Hex | C2 | 40 | 6D | 0 | 43 | 2C | 18 | 153 | 34 | 33 |
| Octal | 302 | 100 | 155 | 0 | 103 | 54 | 30 | 523 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1101101 | 0 | 1000011 | 101100 | 11000 | 101010011 | 110100 | 110011 |
Color Harmonies of #C2406D
Complementary color
Monochromatic Colors of #C2406D
Black with #C2406D
Text Example
Text Example
White with #C2406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2406D; }
p { color: rgb(194,64,109); }
H1.HeaderClassName
{
color: #C2406D;
}
.AnyTagClassName
{
color: #C2406D;
}
</style>
background-color css
<style>
a { background-color: #C2406D; }
a { background-color: rgb(194,64,109); }
div.DivClassName
{
background-color: #C2406D;
}
.BgClassName
{
background-color: #C2406D;
}
</style>
border-color css
<style>
span { border-color: #C2406D; }
span { border-color: rgb(194,64,109); }
td.TdClassName
{
border-color: #C2406D;
}
.TagClassName
{
border-color: #C2406D;
}
</style>