Shades of Royal Heath #C35B80
Tints of Royal Heath #C35B80
RGB
CMYK
RGB Variations
Color information
#C35B80 (or 0xC35B80) is known color: Royal Heath. HEX triplet: C3, 5B and 80. RGB value is (195,91,128). Sum of RGB (Red+Green+Blue) = 195+91+128=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35B80 is #3CA47F. Grayscale: #7E7E7E. Windows color (decimal): -3974272 or 8412099. OLE color: 8412099.
HSL color Cylindrical-coordinate representation of color #C35B80: hue angle of 338.65º degrees, saturation: 0.46, 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 #C35B80 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 91 | 128 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.24 |
| HSL | 338.65º | 0.46% | 0.56% | - |
| HSV(B) | 338.65º | 0.53% | 0.76% | - |
| XYZ | 30.14 | 20.64 | 22.82 | - |
| YUV | 126.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 128 | 0 | 0.53 | 0.34 | 0.24 | 338.65 | 0.46 | 0.56 |
| Hex | C3 | 5B | 80 | 0 | 35 | 22 | 18 | 153 | 2E | 38 |
| Octal | 303 | 133 | 200 | 0 | 65 | 42 | 30 | 523 | 56 | 70 |
| Binary | 11000011 | 1011011 | 10000000 | 0 | 110101 | 100010 | 11000 | 101010011 | 101110 | 111000 |
Color Harmonies of #C35B80
Complementary color
Monochromatic Colors of #C35B80
Black with #C35B80
Text Example
Text Example
White with #C35B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35B80; }
p { color: rgb(195,91,128); }
H1.HeaderClassName
{
color: #C35B80;
}
.AnyTagClassName
{
color: #C35B80;
}
</style>
background-color css
<style>
a { background-color: #C35B80; }
a { background-color: rgb(195,91,128); }
div.DivClassName
{
background-color: #C35B80;
}
.BgClassName
{
background-color: #C35B80;
}
</style>
border-color css
<style>
span { border-color: #C35B80; }
span { border-color: rgb(195,91,128); }
td.TdClassName
{
border-color: #C35B80;
}
.TagClassName
{
border-color: #C35B80;
}
</style>