Shades of Royal Heath #C3396C
Tints of Royal Heath #C3396C
RGB
CMYK
RGB Variations
Color information
#C3396C (or 0xC3396C) is known color: Royal Heath. HEX triplet: C3, 39 and 6C. RGB value is (195,57,108). Sum of RGB (Red+Green+Blue) = 195+57+108=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3396C is #3CC693. Grayscale: #686868. Windows color (decimal): -3982996 or 7092675. OLE color: 7092675.
HSL color Cylindrical-coordinate representation of color #C3396C: hue angle of 337.83º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3396C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 108 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.24 |
| HSL | 337.83º | 0.55% | 0.49% | - |
| HSV(B) | 337.83º | 0.71% | 0.76% | - |
| XYZ | 26.68 | 15.61 | 15.79 | - |
| YUV | 104.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 108 | 0 | 0.71 | 0.45 | 0.24 | 337.83 | 0.55 | 0.49 |
| Hex | C3 | 39 | 6C | 0 | 47 | 2D | 18 | 152 | 37 | 31 |
| Octal | 303 | 71 | 154 | 0 | 107 | 55 | 30 | 522 | 67 | 61 |
| Binary | 11000011 | 111001 | 1101100 | 0 | 1000111 | 101101 | 11000 | 101010010 | 110111 | 110001 |
Color Harmonies of #C3396C
Complementary color
Monochromatic Colors of #C3396C
Black with #C3396C
Text Example
Text Example
White with #C3396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3396C; }
p { color: rgb(195,57,108); }
H1.HeaderClassName
{
color: #C3396C;
}
.AnyTagClassName
{
color: #C3396C;
}
</style>
background-color css
<style>
a { background-color: #C3396C; }
a { background-color: rgb(195,57,108); }
div.DivClassName
{
background-color: #C3396C;
}
.BgClassName
{
background-color: #C3396C;
}
</style>
border-color css
<style>
span { border-color: #C3396C; }
span { border-color: rgb(195,57,108); }
td.TdClassName
{
border-color: #C3396C;
}
.TagClassName
{
border-color: #C3396C;
}
</style>