Shades of Royal Heath #C34068
Tints of Royal Heath #C34068
RGB
CMYK
RGB Variations
Color information
#C34068 (or 0xC34068) is known color: Royal Heath. HEX triplet: C3, 40 and 68. RGB value is (195,64,104). Sum of RGB (Red+Green+Blue) = 195+64+104=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C34068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34068 is #3CBF97. Grayscale: #6B6B6B. Windows color (decimal): -3981208 or 6832323. OLE color: 6832323.
HSL color Cylindrical-coordinate representation of color #C34068: hue angle of 341.68º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34068 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 104 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.24 |
| HSL | 341.68º | 0.52% | 0.51% | - |
| HSV(B) | 341.68º | 0.67% | 0.76% | - |
| XYZ | 26.84 | 16.27 | 14.82 | - |
| YUV | 107.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 104 | 0 | 0.67 | 0.47 | 0.24 | 341.68 | 0.52 | 0.51 |
| Hex | C3 | 40 | 68 | 0 | 43 | 2F | 18 | 156 | 34 | 33 |
| Octal | 303 | 100 | 150 | 0 | 103 | 57 | 30 | 526 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1101000 | 0 | 1000011 | 101111 | 11000 | 101010110 | 110100 | 110011 |
Color Harmonies of #C34068
Complementary color
Monochromatic Colors of #C34068
Black with #C34068
Text Example
Text Example
White with #C34068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34068; }
p { color: rgb(195,64,104); }
H1.HeaderClassName
{
color: #C34068;
}
.AnyTagClassName
{
color: #C34068;
}
</style>
background-color css
<style>
a { background-color: #C34068; }
a { background-color: rgb(195,64,104); }
div.DivClassName
{
background-color: #C34068;
}
.BgClassName
{
background-color: #C34068;
}
</style>
border-color css
<style>
span { border-color: #C34068; }
span { border-color: rgb(195,64,104); }
td.TdClassName
{
border-color: #C34068;
}
.TagClassName
{
border-color: #C34068;
}
</style>