Shades of Royal Heath #C3386C
Tints of Royal Heath #C3386C
RGB
CMYK
RGB Variations
Color information
#C3386C (or 0xC3386C) is known color: Royal Heath. HEX triplet: C3, 38 and 6C. RGB value is (195,56,108). Sum of RGB (Red+Green+Blue) = 195+56+108=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3386C is #3CC793. Grayscale: #676767. Windows color (decimal): -3983252 or 7092419. OLE color: 7092419.
HSL color Cylindrical-coordinate representation of color #C3386C: hue angle of 337.55º 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 #C3386C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 108 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.24 |
| HSL | 337.55º | 0.55% | 0.49% | - |
| HSV(B) | 337.55º | 0.71% | 0.76% | - |
| XYZ | 26.63 | 15.51 | 15.78 | - |
| YUV | 103.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 108 | 0 | 0.71 | 0.45 | 0.24 | 337.55 | 0.55 | 0.49 |
| Hex | C3 | 38 | 6C | 0 | 47 | 2D | 18 | 152 | 37 | 31 |
| Octal | 303 | 70 | 154 | 0 | 107 | 55 | 30 | 522 | 67 | 61 |
| Binary | 11000011 | 111000 | 1101100 | 0 | 1000111 | 101101 | 11000 | 101010010 | 110111 | 110001 |
Color Harmonies of #C3386C
Complementary color
Monochromatic Colors of #C3386C
Black with #C3386C
Text Example
Text Example
White with #C3386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3386C; }
p { color: rgb(195,56,108); }
H1.HeaderClassName
{
color: #C3386C;
}
.AnyTagClassName
{
color: #C3386C;
}
</style>
background-color css
<style>
a { background-color: #C3386C; }
a { background-color: rgb(195,56,108); }
div.DivClassName
{
background-color: #C3386C;
}
.BgClassName
{
background-color: #C3386C;
}
</style>
border-color css
<style>
span { border-color: #C3386C; }
span { border-color: rgb(195,56,108); }
td.TdClassName
{
border-color: #C3386C;
}
.TagClassName
{
border-color: #C3386C;
}
</style>