Shades of Royal Heath #C05D7B
Tints of Royal Heath #C05D7B
RGB
CMYK
RGB Variations
Color information
#C05D7B (or 0xC05D7B) is known color: Royal Heath. HEX triplet: C0, 5D and 7B. RGB value is (192,93,123). Sum of RGB (Red+Green+Blue) = 192+93+123=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D7B is #3FA284. Grayscale: #7E7E7E. Windows color (decimal): -4170373 or 8084928. OLE color: 8084928.
HSL color Cylindrical-coordinate representation of color #C05D7B: hue angle of 341.82º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05D7B is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 123 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.25 |
| HSL | 341.82º | 0.44% | 0.56% | - |
| HSV(B) | 341.82º | 0.52% | 0.75% | - |
| XYZ | 29.23 | 20.47 | 21.15 | - |
| YUV | 126.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 123 | 0 | 0.52 | 0.36 | 0.25 | 341.82 | 0.44 | 0.56 |
| Hex | C0 | 5D | 7B | 0 | 34 | 24 | 19 | 156 | 2C | 38 |
| Octal | 300 | 135 | 173 | 0 | 64 | 44 | 31 | 526 | 54 | 70 |
| Binary | 11000000 | 1011101 | 1111011 | 0 | 110100 | 100100 | 11001 | 101010110 | 101100 | 111000 |
Color Harmonies of #C05D7B
Complementary color
Monochromatic Colors of #C05D7B
Black with #C05D7B
Text Example
Text Example
White with #C05D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D7B; }
p { color: rgb(192,93,123); }
H1.HeaderClassName
{
color: #C05D7B;
}
.AnyTagClassName
{
color: #C05D7B;
}
</style>
background-color css
<style>
a { background-color: #C05D7B; }
a { background-color: rgb(192,93,123); }
div.DivClassName
{
background-color: #C05D7B;
}
.BgClassName
{
background-color: #C05D7B;
}
</style>
border-color css
<style>
span { border-color: #C05D7B; }
span { border-color: rgb(192,93,123); }
td.TdClassName
{
border-color: #C05D7B;
}
.TagClassName
{
border-color: #C05D7B;
}
</style>