Shades of Royal Heath #C33A66
Tints of Royal Heath #C33A66
RGB
CMYK
RGB Variations
Color information
#C33A66 (or 0xC33A66) is known color: Royal Heath. HEX triplet: C3, 3A and 66. RGB value is (195,58,102). Sum of RGB (Red+Green+Blue) = 195+58+102=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A66 is #3CC599. Grayscale: #676767. Windows color (decimal): -3982746 or 6699715. OLE color: 6699715.
HSL color Cylindrical-coordinate representation of color #C33A66: hue angle of 340.73º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A66 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 102 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.24 |
| HSL | 340.73º | 0.54% | 0.5% | - |
| HSV(B) | 340.73º | 0.7% | 0.76% | - |
| XYZ | 26.42 | 15.59 | 14.19 | - |
| YUV | 103.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 102 | 0 | 0.70 | 0.48 | 0.24 | 340.73 | 0.54 | 0.5 |
| Hex | C3 | 3A | 66 | 0 | 46 | 30 | 18 | 155 | 36 | 32 |
| Octal | 303 | 72 | 146 | 0 | 106 | 60 | 30 | 525 | 66 | 62 |
| Binary | 11000011 | 111010 | 1100110 | 0 | 1000110 | 110000 | 11000 | 101010101 | 110110 | 110010 |
Color Harmonies of #C33A66
Complementary color
Monochromatic Colors of #C33A66
Black with #C33A66
Text Example
Text Example
White with #C33A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A66; }
p { color: rgb(195,58,102); }
H1.HeaderClassName
{
color: #C33A66;
}
.AnyTagClassName
{
color: #C33A66;
}
</style>
background-color css
<style>
a { background-color: #C33A66; }
a { background-color: rgb(195,58,102); }
div.DivClassName
{
background-color: #C33A66;
}
.BgClassName
{
background-color: #C33A66;
}
</style>
border-color css
<style>
span { border-color: #C33A66; }
span { border-color: rgb(195,58,102); }
td.TdClassName
{
border-color: #C33A66;
}
.TagClassName
{
border-color: #C33A66;
}
</style>