Shades of Royal Heath #C2376A
Tints of Royal Heath #C2376A
RGB
CMYK
RGB Variations
Color information
#C2376A (or 0xC2376A) is known color: Royal Heath. HEX triplet: C2, 37 and 6A. RGB value is (194,55,106). Sum of RGB (Red+Green+Blue) = 194+55+106=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2376A is #3DC895. Grayscale: #666666. Windows color (decimal): -4049046 or 6961090. OLE color: 6961090.
HSL color Cylindrical-coordinate representation of color #C2376A: hue angle of 337.99º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2376A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 106 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.24 |
| HSL | 337.99º | 0.56% | 0.49% | - |
| HSV(B) | 337.99º | 0.72% | 0.76% | - |
| XYZ | 26.22 | 15.24 | 15.2 | - |
| YUV | 102.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 106 | 0 | 0.72 | 0.45 | 0.24 | 337.99 | 0.56 | 0.49 |
| Hex | C2 | 37 | 6A | 0 | 48 | 2D | 18 | 152 | 38 | 31 |
| Octal | 302 | 67 | 152 | 0 | 110 | 55 | 30 | 522 | 70 | 61 |
| Binary | 11000010 | 110111 | 1101010 | 0 | 1001000 | 101101 | 11000 | 101010010 | 111000 | 110001 |
Color Harmonies of #C2376A
Complementary color
Monochromatic Colors of #C2376A
Black with #C2376A
Text Example
Text Example
White with #C2376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2376A; }
p { color: rgb(194,55,106); }
H1.HeaderClassName
{
color: #C2376A;
}
.AnyTagClassName
{
color: #C2376A;
}
</style>
background-color css
<style>
a { background-color: #C2376A; }
a { background-color: rgb(194,55,106); }
div.DivClassName
{
background-color: #C2376A;
}
.BgClassName
{
background-color: #C2376A;
}
</style>
border-color css
<style>
span { border-color: #C2376A; }
span { border-color: rgb(194,55,106); }
td.TdClassName
{
border-color: #C2376A;
}
.TagClassName
{
border-color: #C2376A;
}
</style>