Shades of Royal Heath #C3366B
Tints of Royal Heath #C3366B
RGB
CMYK
RGB Variations
Color information
#C3366B (or 0xC3366B) is known color: Royal Heath. HEX triplet: C3, 36 and 6B. RGB value is (195,54,107). Sum of RGB (Red+Green+Blue) = 195+54+107=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3366B is #3CC994. Grayscale: #666666. Windows color (decimal): -3983765 or 7026371. OLE color: 7026371.
HSL color Cylindrical-coordinate representation of color #C3366B: hue angle of 337.45º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3366B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 107 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.24 |
| HSL | 337.45º | 0.57% | 0.49% | - |
| HSV(B) | 337.45º | 0.72% | 0.76% | - |
| XYZ | 26.48 | 15.3 | 15.47 | - |
| YUV | 102.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 107 | 0 | 0.72 | 0.45 | 0.24 | 337.45 | 0.57 | 0.49 |
| Hex | C3 | 36 | 6B | 0 | 48 | 2D | 18 | 151 | 39 | 31 |
| Octal | 303 | 66 | 153 | 0 | 110 | 55 | 30 | 521 | 71 | 61 |
| Binary | 11000011 | 110110 | 1101011 | 0 | 1001000 | 101101 | 11000 | 101010001 | 111001 | 110001 |
Color Harmonies of #C3366B
Complementary color
Monochromatic Colors of #C3366B
Black with #C3366B
Text Example
Text Example
White with #C3366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3366B; }
p { color: rgb(195,54,107); }
H1.HeaderClassName
{
color: #C3366B;
}
.AnyTagClassName
{
color: #C3366B;
}
</style>
background-color css
<style>
a { background-color: #C3366B; }
a { background-color: rgb(195,54,107); }
div.DivClassName
{
background-color: #C3366B;
}
.BgClassName
{
background-color: #C3366B;
}
</style>
border-color css
<style>
span { border-color: #C3366B; }
span { border-color: rgb(195,54,107); }
td.TdClassName
{
border-color: #C3366B;
}
.TagClassName
{
border-color: #C3366B;
}
</style>