Shades of Royal Heath #C4376A
Tints of Royal Heath #C4376A
RGB
CMYK
RGB Variations
Color information
#C4376A (or 0xC4376A) is known color: Royal Heath. HEX triplet: C4, 37 and 6A. RGB value is (196,55,106). Sum of RGB (Red+Green+Blue) = 196+55+106=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4376A is #3BC895. Grayscale: #666666. Windows color (decimal): -3917974 or 6961092. OLE color: 6961092.
HSL color Cylindrical-coordinate representation of color #C4376A: hue angle of 338.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4376A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 106 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.23 |
| HSL | 338.3º | 0.56% | 0.49% | - |
| HSV(B) | 338.3º | 0.72% | 0.77% | - |
| XYZ | 26.73 | 15.51 | 15.22 | - |
| YUV | 102.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 106 | 0 | 0.72 | 0.46 | 0.23 | 338.3 | 0.56 | 0.49 |
| Hex | C4 | 37 | 6A | 0 | 48 | 2E | 17 | 152 | 38 | 31 |
| Octal | 304 | 67 | 152 | 0 | 110 | 56 | 27 | 522 | 70 | 61 |
| Binary | 11000100 | 110111 | 1101010 | 0 | 1001000 | 101110 | 10111 | 101010010 | 111000 | 110001 |
Color Harmonies of #C4376A
Complementary color
Monochromatic Colors of #C4376A
Black with #C4376A
Text Example
Text Example
White with #C4376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4376A; }
p { color: rgb(196,55,106); }
H1.HeaderClassName
{
color: #C4376A;
}
.AnyTagClassName
{
color: #C4376A;
}
</style>
background-color css
<style>
a { background-color: #C4376A; }
a { background-color: rgb(196,55,106); }
div.DivClassName
{
background-color: #C4376A;
}
.BgClassName
{
background-color: #C4376A;
}
</style>
border-color css
<style>
span { border-color: #C4376A; }
span { border-color: rgb(196,55,106); }
td.TdClassName
{
border-color: #C4376A;
}
.TagClassName
{
border-color: #C4376A;
}
</style>