Shades of Royal Heath #C33B67
Tints of Royal Heath #C33B67
RGB
CMYK
RGB Variations
Color information
#C33B67 (or 0xC33B67) is known color: Royal Heath. HEX triplet: C3, 3B and 67. RGB value is (195,59,103). Sum of RGB (Red+Green+Blue) = 195+59+103=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B67 is #3CC498. Grayscale: #686868. Windows color (decimal): -3982489 or 6765507. OLE color: 6765507.
HSL color Cylindrical-coordinate representation of color #C33B67: hue angle of 340.59º 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 #C33B67 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 103 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.24 |
| HSL | 340.59º | 0.54% | 0.5% | - |
| HSV(B) | 340.59º | 0.7% | 0.76% | - |
| XYZ | 26.52 | 15.71 | 14.47 | - |
| YUV | 104.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 103 | 0 | 0.70 | 0.47 | 0.24 | 340.59 | 0.54 | 0.5 |
| Hex | C3 | 3B | 67 | 0 | 46 | 2F | 18 | 155 | 36 | 32 |
| Octal | 303 | 73 | 147 | 0 | 106 | 57 | 30 | 525 | 66 | 62 |
| Binary | 11000011 | 111011 | 1100111 | 0 | 1000110 | 101111 | 11000 | 101010101 | 110110 | 110010 |
Color Harmonies of #C33B67
Complementary color
Monochromatic Colors of #C33B67
Black with #C33B67
Text Example
Text Example
White with #C33B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B67; }
p { color: rgb(195,59,103); }
H1.HeaderClassName
{
color: #C33B67;
}
.AnyTagClassName
{
color: #C33B67;
}
</style>
background-color css
<style>
a { background-color: #C33B67; }
a { background-color: rgb(195,59,103); }
div.DivClassName
{
background-color: #C33B67;
}
.BgClassName
{
background-color: #C33B67;
}
</style>
border-color css
<style>
span { border-color: #C33B67; }
span { border-color: rgb(195,59,103); }
td.TdClassName
{
border-color: #C33B67;
}
.TagClassName
{
border-color: #C33B67;
}
</style>