Shades of Royal Heath #C1527B
Tints of Royal Heath #C1527B
RGB
CMYK
RGB Variations
Color information
#C1527B (or 0xC1527B) is known color: Royal Heath. HEX triplet: C1, 52 and 7B. RGB value is (193,82,123). Sum of RGB (Red+Green+Blue) = 193+82+123=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1527B is #3EAD84. Grayscale: #777777. Windows color (decimal): -4107653 or 8082113. OLE color: 8082113.
HSL color Cylindrical-coordinate representation of color #C1527B: hue angle of 337.84º degrees, saturation: 0.47, 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 #C1527B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 123 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.24 |
| HSL | 337.84º | 0.47% | 0.54% | - |
| HSV(B) | 337.84º | 0.58% | 0.76% | - |
| XYZ | 28.58 | 18.8 | 20.86 | - |
| YUV | 119.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 123 | 0 | 0.58 | 0.36 | 0.24 | 337.84 | 0.47 | 0.54 |
| Hex | C1 | 52 | 7B | 0 | 3A | 24 | 18 | 152 | 2F | 36 |
| Octal | 301 | 122 | 173 | 0 | 72 | 44 | 30 | 522 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1111011 | 0 | 111010 | 100100 | 11000 | 101010010 | 101111 | 110110 |
Color Harmonies of #C1527B
Complementary color
Monochromatic Colors of #C1527B
Black with #C1527B
Text Example
Text Example
White with #C1527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1527B; }
p { color: rgb(193,82,123); }
H1.HeaderClassName
{
color: #C1527B;
}
.AnyTagClassName
{
color: #C1527B;
}
</style>
background-color css
<style>
a { background-color: #C1527B; }
a { background-color: rgb(193,82,123); }
div.DivClassName
{
background-color: #C1527B;
}
.BgClassName
{
background-color: #C1527B;
}
</style>
border-color css
<style>
span { border-color: #C1527B; }
span { border-color: rgb(193,82,123); }
td.TdClassName
{
border-color: #C1527B;
}
.TagClassName
{
border-color: #C1527B;
}
</style>