Shades of Royal Heath #C4436E
Tints of Royal Heath #C4436E
RGB
CMYK
RGB Variations
Color information
#C4436E (or 0xC4436E) is known color: Royal Heath. HEX triplet: C4, 43 and 6E. RGB value is (196,67,110). Sum of RGB (Red+Green+Blue) = 196+67+110=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4436E is #3BBC91. Grayscale: #6E6E6E. Windows color (decimal): -3914898 or 7226308. OLE color: 7226308.
HSL color Cylindrical-coordinate representation of color #C4436E: hue angle of 340º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4436E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 110 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.23 |
| HSL | 340º | 0.52% | 0.52% | - |
| HSV(B) | 340º | 0.66% | 0.77% | - |
| XYZ | 27.59 | 16.88 | 16.56 | - |
| YUV | 110.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 110 | 0 | 0.66 | 0.44 | 0.23 | 340 | 0.52 | 0.52 |
| Hex | C4 | 43 | 6E | 0 | 42 | 2C | 17 | 154 | 34 | 34 |
| Octal | 304 | 103 | 156 | 0 | 102 | 54 | 27 | 524 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1101110 | 0 | 1000010 | 101100 | 10111 | 101010100 | 110100 | 110100 |
Color Harmonies of #C4436E
Complementary color
Monochromatic Colors of #C4436E
Black with #C4436E
Text Example
Text Example
White with #C4436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4436E; }
p { color: rgb(196,67,110); }
H1.HeaderClassName
{
color: #C4436E;
}
.AnyTagClassName
{
color: #C4436E;
}
</style>
background-color css
<style>
a { background-color: #C4436E; }
a { background-color: rgb(196,67,110); }
div.DivClassName
{
background-color: #C4436E;
}
.BgClassName
{
background-color: #C4436E;
}
</style>
border-color css
<style>
span { border-color: #C4436E; }
span { border-color: rgb(196,67,110); }
td.TdClassName
{
border-color: #C4436E;
}
.TagClassName
{
border-color: #C4436E;
}
</style>