Shades of Royal Heath #C33D68
Tints of Royal Heath #C33D68
RGB
CMYK
RGB Variations
Color information
#C33D68 (or 0xC33D68) is known color: Royal Heath. HEX triplet: C3, 3D and 68. RGB value is (195,61,104). Sum of RGB (Red+Green+Blue) = 195+61+104=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D68 is #3CC297. Grayscale: #696969. Windows color (decimal): -3981976 or 6831555. OLE color: 6831555.
HSL color Cylindrical-coordinate representation of color #C33D68: hue angle of 340.75º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D68 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 104 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.24 |
| HSL | 340.75º | 0.53% | 0.5% | - |
| HSV(B) | 340.75º | 0.69% | 0.76% | - |
| XYZ | 26.67 | 15.94 | 14.77 | - |
| YUV | 105.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 104 | 0 | 0.69 | 0.47 | 0.24 | 340.75 | 0.53 | 0.5 |
| Hex | C3 | 3D | 68 | 0 | 45 | 2F | 18 | 155 | 35 | 32 |
| Octal | 303 | 75 | 150 | 0 | 105 | 57 | 30 | 525 | 65 | 62 |
| Binary | 11000011 | 111101 | 1101000 | 0 | 1000101 | 101111 | 11000 | 101010101 | 110101 | 110010 |
Color Harmonies of #C33D68
Complementary color
Monochromatic Colors of #C33D68
Black with #C33D68
Text Example
Text Example
White with #C33D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D68; }
p { color: rgb(195,61,104); }
H1.HeaderClassName
{
color: #C33D68;
}
.AnyTagClassName
{
color: #C33D68;
}
</style>
background-color css
<style>
a { background-color: #C33D68; }
a { background-color: rgb(195,61,104); }
div.DivClassName
{
background-color: #C33D68;
}
.BgClassName
{
background-color: #C33D68;
}
</style>
border-color css
<style>
span { border-color: #C33D68; }
span { border-color: rgb(195,61,104); }
td.TdClassName
{
border-color: #C33D68;
}
.TagClassName
{
border-color: #C33D68;
}
</style>