Shades of Royal Heath #C4437B
Tints of Royal Heath #C4437B
RGB
CMYK
RGB Variations
Color information
#C4437B (or 0xC4437B) is known color: Royal Heath. HEX triplet: C4, 43 and 7B. RGB value is (196,67,123). Sum of RGB (Red+Green+Blue) = 196+67+123=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4437B is #3BBC84. Grayscale: #6F6F6F. Windows color (decimal): -3914885 or 8078276. OLE color: 8078276.
HSL color Cylindrical-coordinate representation of color #C4437B: hue angle of 333.95º 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 #C4437B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 123 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.23 |
| HSL | 333.95º | 0.52% | 0.52% | - |
| HSV(B) | 333.95º | 0.66% | 0.77% | - |
| XYZ | 28.35 | 17.18 | 20.56 | - |
| YUV | 111.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 123 | 0 | 0.66 | 0.37 | 0.23 | 333.95 | 0.52 | 0.52 |
| Hex | C4 | 43 | 7B | 0 | 42 | 25 | 17 | 14E | 34 | 34 |
| Octal | 304 | 103 | 173 | 0 | 102 | 45 | 27 | 516 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1111011 | 0 | 1000010 | 100101 | 10111 | 101001110 | 110100 | 110100 |
Color Harmonies of #C4437B
Complementary color
Monochromatic Colors of #C4437B
Black with #C4437B
Text Example
Text Example
White with #C4437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4437B; }
p { color: rgb(196,67,123); }
H1.HeaderClassName
{
color: #C4437B;
}
.AnyTagClassName
{
color: #C4437B;
}
</style>
background-color css
<style>
a { background-color: #C4437B; }
a { background-color: rgb(196,67,123); }
div.DivClassName
{
background-color: #C4437B;
}
.BgClassName
{
background-color: #C4437B;
}
</style>
border-color css
<style>
span { border-color: #C4437B; }
span { border-color: rgb(196,67,123); }
td.TdClassName
{
border-color: #C4437B;
}
.TagClassName
{
border-color: #C4437B;
}
</style>