Shades of Royal Heath #C3447B
Tints of Royal Heath #C3447B
RGB
CMYK
RGB Variations
Color information
#C3447B (or 0xC3447B) is known color: Royal Heath. HEX triplet: C3, 44 and 7B. RGB value is (195,68,123). Sum of RGB (Red+Green+Blue) = 195+68+123=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3447B is #3CBB84. Grayscale: #707070. Windows color (decimal): -3980165 or 8078531. OLE color: 8078531.
HSL color Cylindrical-coordinate representation of color #C3447B: hue angle of 334.02º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3447B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 123 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.24 |
| HSL | 334.02º | 0.51% | 0.52% | - |
| HSV(B) | 334.02º | 0.65% | 0.76% | - |
| XYZ | 28.15 | 17.17 | 20.57 | - |
| YUV | 112.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 123 | 0 | 0.65 | 0.37 | 0.24 | 334.02 | 0.51 | 0.52 |
| Hex | C3 | 44 | 7B | 0 | 41 | 25 | 18 | 14E | 33 | 34 |
| Octal | 303 | 104 | 173 | 0 | 101 | 45 | 30 | 516 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1111011 | 0 | 1000001 | 100101 | 11000 | 101001110 | 110011 | 110100 |
Color Harmonies of #C3447B
Complementary color
Monochromatic Colors of #C3447B
Black with #C3447B
Text Example
Text Example
White with #C3447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3447B; }
p { color: rgb(195,68,123); }
H1.HeaderClassName
{
color: #C3447B;
}
.AnyTagClassName
{
color: #C3447B;
}
</style>
background-color css
<style>
a { background-color: #C3447B; }
a { background-color: rgb(195,68,123); }
div.DivClassName
{
background-color: #C3447B;
}
.BgClassName
{
background-color: #C3447B;
}
</style>
border-color css
<style>
span { border-color: #C3447B; }
span { border-color: rgb(195,68,123); }
td.TdClassName
{
border-color: #C3447B;
}
.TagClassName
{
border-color: #C3447B;
}
</style>