Shades of Royal Heath #C13F67
Tints of Royal Heath #C13F67
RGB
CMYK
RGB Variations
Color information
#C13F67 (or 0xC13F67) is known color: Royal Heath. HEX triplet: C1, 3F and 67. RGB value is (193,63,103). Sum of RGB (Red+Green+Blue) = 193+63+103=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F67 is #3EC098. Grayscale: #6A6A6A. Windows color (decimal): -4112537 or 6766529. OLE color: 6766529.
HSL color Cylindrical-coordinate representation of color #C13F67: hue angle of 341.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F67 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 103 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.24 |
| HSL | 341.54º | 0.51% | 0.5% | - |
| HSV(B) | 341.54º | 0.67% | 0.76% | - |
| XYZ | 26.22 | 15.87 | 14.51 | - |
| YUV | 106.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 103 | 0 | 0.67 | 0.47 | 0.24 | 341.54 | 0.51 | 0.5 |
| Hex | C1 | 3F | 67 | 0 | 43 | 2F | 18 | 156 | 33 | 32 |
| Octal | 301 | 77 | 147 | 0 | 103 | 57 | 30 | 526 | 63 | 62 |
| Binary | 11000001 | 111111 | 1100111 | 0 | 1000011 | 101111 | 11000 | 101010110 | 110011 | 110010 |
Color Harmonies of #C13F67
Complementary color
Monochromatic Colors of #C13F67
Black with #C13F67
Text Example
Text Example
White with #C13F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F67; }
p { color: rgb(193,63,103); }
H1.HeaderClassName
{
color: #C13F67;
}
.AnyTagClassName
{
color: #C13F67;
}
</style>
background-color css
<style>
a { background-color: #C13F67; }
a { background-color: rgb(193,63,103); }
div.DivClassName
{
background-color: #C13F67;
}
.BgClassName
{
background-color: #C13F67;
}
</style>
border-color css
<style>
span { border-color: #C13F67; }
span { border-color: rgb(193,63,103); }
td.TdClassName
{
border-color: #C13F67;
}
.TagClassName
{
border-color: #C13F67;
}
</style>