Shades of Royal Heath #C2406C
Tints of Royal Heath #C2406C
RGB
CMYK
RGB Variations
Color information
#C2406C (or 0xC2406C) is known color: Royal Heath. HEX triplet: C2, 40 and 6C. RGB value is (194,64,108). Sum of RGB (Red+Green+Blue) = 194+64+108=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2406C is #3DBF93. Grayscale: #6B6B6B. Windows color (decimal): -4046740 or 7094466. OLE color: 7094466.
HSL color Cylindrical-coordinate representation of color #C2406C: hue angle of 339.69º 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 #C2406C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 108 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.24 |
| HSL | 339.69º | 0.52% | 0.51% | - |
| HSV(B) | 339.69º | 0.67% | 0.76% | - |
| XYZ | 26.79 | 16.22 | 15.91 | - |
| YUV | 107.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 108 | 0 | 0.67 | 0.44 | 0.24 | 339.69 | 0.52 | 0.51 |
| Hex | C2 | 40 | 6C | 0 | 43 | 2C | 18 | 154 | 34 | 33 |
| Octal | 302 | 100 | 154 | 0 | 103 | 54 | 30 | 524 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1101100 | 0 | 1000011 | 101100 | 11000 | 101010100 | 110100 | 110011 |
Color Harmonies of #C2406C
Complementary color
Monochromatic Colors of #C2406C
Black with #C2406C
Text Example
Text Example
White with #C2406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2406C; }
p { color: rgb(194,64,108); }
H1.HeaderClassName
{
color: #C2406C;
}
.AnyTagClassName
{
color: #C2406C;
}
</style>
background-color css
<style>
a { background-color: #C2406C; }
a { background-color: rgb(194,64,108); }
div.DivClassName
{
background-color: #C2406C;
}
.BgClassName
{
background-color: #C2406C;
}
</style>
border-color css
<style>
span { border-color: #C2406C; }
span { border-color: rgb(194,64,108); }
td.TdClassName
{
border-color: #C2406C;
}
.TagClassName
{
border-color: #C2406C;
}
</style>