Shades of Royal Heath #C3527B
Tints of Royal Heath #C3527B
RGB
CMYK
RGB Variations
Color information
#C3527B (or 0xC3527B) is known color: Royal Heath. HEX triplet: C3, 52 and 7B. RGB value is (195,82,123). Sum of RGB (Red+Green+Blue) = 195+82+123=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3527B is #3CAD84. Grayscale: #787878. Windows color (decimal): -3976581 or 8082115. OLE color: 8082115.
HSL color Cylindrical-coordinate representation of color #C3527B: hue angle of 338.23º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3527B is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 123 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.24 |
| HSL | 338.23º | 0.48% | 0.54% | - |
| HSV(B) | 338.23º | 0.58% | 0.76% | - |
| XYZ | 29.1 | 19.07 | 20.89 | - |
| YUV | 120.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 123 | 0 | 0.58 | 0.37 | 0.24 | 338.23 | 0.48 | 0.54 |
| Hex | C3 | 52 | 7B | 0 | 3A | 25 | 18 | 152 | 30 | 36 |
| Octal | 303 | 122 | 173 | 0 | 72 | 45 | 30 | 522 | 60 | 66 |
| Binary | 11000011 | 1010010 | 1111011 | 0 | 111010 | 100101 | 11000 | 101010010 | 110000 | 110110 |
Color Harmonies of #C3527B
Complementary color
Monochromatic Colors of #C3527B
Black with #C3527B
Text Example
Text Example
White with #C3527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3527B; }
p { color: rgb(195,82,123); }
H1.HeaderClassName
{
color: #C3527B;
}
.AnyTagClassName
{
color: #C3527B;
}
</style>
background-color css
<style>
a { background-color: #C3527B; }
a { background-color: rgb(195,82,123); }
div.DivClassName
{
background-color: #C3527B;
}
.BgClassName
{
background-color: #C3527B;
}
</style>
border-color css
<style>
span { border-color: #C3527B; }
span { border-color: rgb(195,82,123); }
td.TdClassName
{
border-color: #C3527B;
}
.TagClassName
{
border-color: #C3527B;
}
</style>