Shades of Royal Heath #C15B7B
Tints of Royal Heath #C15B7B
RGB
CMYK
RGB Variations
Color information
#C15B7B (or 0xC15B7B) is known color: Royal Heath. HEX triplet: C1, 5B and 7B. RGB value is (193,91,123). Sum of RGB (Red+Green+Blue) = 193+91+123=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B7B is #3EA484. Grayscale: #7D7D7D. Windows color (decimal): -4105349 or 8084417. OLE color: 8084417.
HSL color Cylindrical-coordinate representation of color #C15B7B: hue angle of 341.18º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B7B is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 123 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.24 |
| HSL | 341.18º | 0.45% | 0.56% | - |
| HSV(B) | 341.18º | 0.53% | 0.76% | - |
| XYZ | 29.31 | 20.25 | 21.1 | - |
| YUV | 125.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 123 | 0 | 0.53 | 0.36 | 0.24 | 341.18 | 0.45 | 0.56 |
| Hex | C1 | 5B | 7B | 0 | 35 | 24 | 18 | 155 | 2D | 38 |
| Octal | 301 | 133 | 173 | 0 | 65 | 44 | 30 | 525 | 55 | 70 |
| Binary | 11000001 | 1011011 | 1111011 | 0 | 110101 | 100100 | 11000 | 101010101 | 101101 | 111000 |
Color Harmonies of #C15B7B
Complementary color
Monochromatic Colors of #C15B7B
Black with #C15B7B
Text Example
Text Example
White with #C15B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B7B; }
p { color: rgb(193,91,123); }
H1.HeaderClassName
{
color: #C15B7B;
}
.AnyTagClassName
{
color: #C15B7B;
}
</style>
background-color css
<style>
a { background-color: #C15B7B; }
a { background-color: rgb(193,91,123); }
div.DivClassName
{
background-color: #C15B7B;
}
.BgClassName
{
background-color: #C15B7B;
}
</style>
border-color css
<style>
span { border-color: #C15B7B; }
span { border-color: rgb(193,91,123); }
td.TdClassName
{
border-color: #C15B7B;
}
.TagClassName
{
border-color: #C15B7B;
}
</style>