Shades of Royal Heath #C3577D
Tints of Royal Heath #C3577D
RGB
CMYK
RGB Variations
Color information
#C3577D (or 0xC3577D) is known color: Royal Heath. HEX triplet: C3, 57 and 7D. RGB value is (195,87,125). Sum of RGB (Red+Green+Blue) = 195+87+125=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3577D is #3CA882. Grayscale: #7B7B7B. Windows color (decimal): -3975299 or 8214467. OLE color: 8214467.
HSL color Cylindrical-coordinate representation of color #C3577D: hue angle of 338.89º 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 #C3577D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 125 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.24 |
| HSL | 338.89º | 0.47% | 0.55% | - |
| HSV(B) | 338.89º | 0.55% | 0.76% | - |
| XYZ | 29.62 | 19.9 | 21.68 | - |
| YUV | 123.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 125 | 0 | 0.55 | 0.36 | 0.24 | 338.89 | 0.47 | 0.55 |
| Hex | C3 | 57 | 7D | 0 | 37 | 24 | 18 | 153 | 2F | 37 |
| Octal | 303 | 127 | 175 | 0 | 67 | 44 | 30 | 523 | 57 | 67 |
| Binary | 11000011 | 1010111 | 1111101 | 0 | 110111 | 100100 | 11000 | 101010011 | 101111 | 110111 |
Color Harmonies of #C3577D
Complementary color
Monochromatic Colors of #C3577D
Black with #C3577D
Text Example
Text Example
White with #C3577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3577D; }
p { color: rgb(195,87,125); }
H1.HeaderClassName
{
color: #C3577D;
}
.AnyTagClassName
{
color: #C3577D;
}
</style>
background-color css
<style>
a { background-color: #C3577D; }
a { background-color: rgb(195,87,125); }
div.DivClassName
{
background-color: #C3577D;
}
.BgClassName
{
background-color: #C3577D;
}
</style>
border-color css
<style>
span { border-color: #C3577D; }
span { border-color: rgb(195,87,125); }
td.TdClassName
{
border-color: #C3577D;
}
.TagClassName
{
border-color: #C3577D;
}
</style>