Shades of Royal Heath #C3437B
Tints of Royal Heath #C3437B
RGB
CMYK
RGB Variations
Color information
#C3437B (or 0xC3437B) is known color: Royal Heath. HEX triplet: C3, 43 and 7B. RGB value is (195,67,123). Sum of RGB (Red+Green+Blue) = 195+67+123=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3437B is #3CBC84. Grayscale: #6F6F6F. Windows color (decimal): -3980421 or 8078275. OLE color: 8078275.
HSL color Cylindrical-coordinate representation of color #C3437B: hue angle of 333.75º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3437B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 123 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.24 |
| HSL | 333.75º | 0.52% | 0.51% | - |
| HSV(B) | 333.75º | 0.66% | 0.76% | - |
| XYZ | 28.09 | 17.05 | 20.55 | - |
| YUV | 111.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 123 | 0 | 0.66 | 0.37 | 0.24 | 333.75 | 0.52 | 0.51 |
| Hex | C3 | 43 | 7B | 0 | 42 | 25 | 18 | 14E | 34 | 33 |
| Octal | 303 | 103 | 173 | 0 | 102 | 45 | 30 | 516 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1111011 | 0 | 1000010 | 100101 | 11000 | 101001110 | 110100 | 110011 |
Color Harmonies of #C3437B
Complementary color
Monochromatic Colors of #C3437B
Black with #C3437B
Text Example
Text Example
White with #C3437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3437B; }
p { color: rgb(195,67,123); }
H1.HeaderClassName
{
color: #C3437B;
}
.AnyTagClassName
{
color: #C3437B;
}
</style>
background-color css
<style>
a { background-color: #C3437B; }
a { background-color: rgb(195,67,123); }
div.DivClassName
{
background-color: #C3437B;
}
.BgClassName
{
background-color: #C3437B;
}
</style>
border-color css
<style>
span { border-color: #C3437B; }
span { border-color: rgb(195,67,123); }
td.TdClassName
{
border-color: #C3437B;
}
.TagClassName
{
border-color: #C3437B;
}
</style>