Shades of Royal Heath #C35075
Tints of Royal Heath #C35075
RGB
CMYK
RGB Variations
Color information
#C35075 (or 0xC35075) is known color: Royal Heath. HEX triplet: C3, 50 and 75. RGB value is (195,80,117). Sum of RGB (Red+Green+Blue) = 195+80+117=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C35075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35075 is #3CAF8A. Grayscale: #767676. Windows color (decimal): -3977099 or 7688387. OLE color: 7688387.
HSL color Cylindrical-coordinate representation of color #C35075: hue angle of 340.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35075 is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 117 | - |
| CMYK | 0 | 0.59 | 0.4 | 0.24 |
| HSL | 340.7º | 0.49% | 0.54% | - |
| HSV(B) | 340.7º | 0.59% | 0.76% | - |
| XYZ | 28.59 | 18.62 | 18.92 | - |
| YUV | 118.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 117 | 0 | 0.59 | 0.4 | 0.24 | 340.7 | 0.49 | 0.54 |
| Hex | C3 | 50 | 75 | 0 | 3B | 28 | 18 | 155 | 31 | 36 |
| Octal | 303 | 120 | 165 | 0 | 73 | 50 | 30 | 525 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1110101 | 0 | 111011 | 101000 | 11000 | 101010101 | 110001 | 110110 |
Color Harmonies of #C35075
Complementary color
Monochromatic Colors of #C35075
Black with #C35075
Text Example
Text Example
White with #C35075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35075; }
p { color: rgb(195,80,117); }
H1.HeaderClassName
{
color: #C35075;
}
.AnyTagClassName
{
color: #C35075;
}
</style>
background-color css
<style>
a { background-color: #C35075; }
a { background-color: rgb(195,80,117); }
div.DivClassName
{
background-color: #C35075;
}
.BgClassName
{
background-color: #C35075;
}
</style>
border-color css
<style>
span { border-color: #C35075; }
span { border-color: rgb(195,80,117); }
td.TdClassName
{
border-color: #C35075;
}
.TagClassName
{
border-color: #C35075;
}
</style>