Shades of Royal Heath #C3567B
Tints of Royal Heath #C3567B
RGB
CMYK
RGB Variations
Color information
#C3567B (or 0xC3567B) is known color: Royal Heath. HEX triplet: C3, 56 and 7B. RGB value is (195,86,123). Sum of RGB (Red+Green+Blue) = 195+86+123=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3567B is #3CA984. Grayscale: #7A7A7A. Windows color (decimal): -3975557 or 8083139. OLE color: 8083139.
HSL color Cylindrical-coordinate representation of color #C3567B: hue angle of 339.63º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3567B is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 123 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.24 |
| HSL | 339.63º | 0.48% | 0.55% | - |
| HSV(B) | 339.63º | 0.56% | 0.76% | - |
| XYZ | 29.41 | 19.69 | 20.99 | - |
| YUV | 122.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 123 | 0 | 0.56 | 0.37 | 0.24 | 339.63 | 0.48 | 0.55 |
| Hex | C3 | 56 | 7B | 0 | 38 | 25 | 18 | 154 | 30 | 37 |
| Octal | 303 | 126 | 173 | 0 | 70 | 45 | 30 | 524 | 60 | 67 |
| Binary | 11000011 | 1010110 | 1111011 | 0 | 111000 | 100101 | 11000 | 101010100 | 110000 | 110111 |
Color Harmonies of #C3567B
Complementary color
Monochromatic Colors of #C3567B
Black with #C3567B
Text Example
Text Example
White with #C3567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3567B; }
p { color: rgb(195,86,123); }
H1.HeaderClassName
{
color: #C3567B;
}
.AnyTagClassName
{
color: #C3567B;
}
</style>
background-color css
<style>
a { background-color: #C3567B; }
a { background-color: rgb(195,86,123); }
div.DivClassName
{
background-color: #C3567B;
}
.BgClassName
{
background-color: #C3567B;
}
</style>
border-color css
<style>
span { border-color: #C3567B; }
span { border-color: rgb(195,86,123); }
td.TdClassName
{
border-color: #C3567B;
}
.TagClassName
{
border-color: #C3567B;
}
</style>