Shades of Royal Heath #C3587E
Tints of Royal Heath #C3587E
RGB
CMYK
RGB Variations
Color information
#C3587E (or 0xC3587E) is known color: Royal Heath. HEX triplet: C3, 58 and 7E. RGB value is (195,88,126). Sum of RGB (Red+Green+Blue) = 195+88+126=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3587E is #3CA781. Grayscale: #7C7C7C. Windows color (decimal): -3975042 or 8280259. OLE color: 8280259.
HSL color Cylindrical-coordinate representation of color #C3587E: hue angle of 338.69º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3587E is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 126 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.24 |
| HSL | 338.69º | 0.47% | 0.55% | - |
| HSV(B) | 338.69º | 0.55% | 0.76% | - |
| XYZ | 29.76 | 20.09 | 22.05 | - |
| YUV | 124.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 126 | 0 | 0.55 | 0.35 | 0.24 | 338.69 | 0.47 | 0.55 |
| Hex | C3 | 58 | 7E | 0 | 37 | 23 | 18 | 153 | 2F | 37 |
| Octal | 303 | 130 | 176 | 0 | 67 | 43 | 30 | 523 | 57 | 67 |
| Binary | 11000011 | 1011000 | 1111110 | 0 | 110111 | 100011 | 11000 | 101010011 | 101111 | 110111 |
Color Harmonies of #C3587E
Complementary color
Monochromatic Colors of #C3587E
Black with #C3587E
Text Example
Text Example
White with #C3587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3587E; }
p { color: rgb(195,88,126); }
H1.HeaderClassName
{
color: #C3587E;
}
.AnyTagClassName
{
color: #C3587E;
}
</style>
background-color css
<style>
a { background-color: #C3587E; }
a { background-color: rgb(195,88,126); }
div.DivClassName
{
background-color: #C3587E;
}
.BgClassName
{
background-color: #C3587E;
}
</style>
border-color css
<style>
span { border-color: #C3587E; }
span { border-color: rgb(195,88,126); }
td.TdClassName
{
border-color: #C3587E;
}
.TagClassName
{
border-color: #C3587E;
}
</style>