Shades of Royal Heath #C03B67
Tints of Royal Heath #C03B67
RGB
CMYK
RGB Variations
Color information
#C03B67 (or 0xC03B67) is known color: Royal Heath. HEX triplet: C0, 3B and 67. RGB value is (192,59,103). Sum of RGB (Red+Green+Blue) = 192+59+103=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B67 is #3FC498. Grayscale: #676767. Windows color (decimal): -4179097 or 6765504. OLE color: 6765504.
HSL color Cylindrical-coordinate representation of color #C03B67: hue angle of 340.15º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B67 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 103 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.25 |
| HSL | 340.15º | 0.53% | 0.49% | - |
| HSV(B) | 340.15º | 0.69% | 0.75% | - |
| XYZ | 25.75 | 15.31 | 14.43 | - |
| YUV | 103.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 103 | 0 | 0.69 | 0.46 | 0.25 | 340.15 | 0.53 | 0.49 |
| Hex | C0 | 3B | 67 | 0 | 45 | 2E | 19 | 154 | 35 | 31 |
| Octal | 300 | 73 | 147 | 0 | 105 | 56 | 31 | 524 | 65 | 61 |
| Binary | 11000000 | 111011 | 1100111 | 0 | 1000101 | 101110 | 11001 | 101010100 | 110101 | 110001 |
Color Harmonies of #C03B67
Complementary color
Monochromatic Colors of #C03B67
Black with #C03B67
Text Example
Text Example
White with #C03B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B67; }
p { color: rgb(192,59,103); }
H1.HeaderClassName
{
color: #C03B67;
}
.AnyTagClassName
{
color: #C03B67;
}
</style>
background-color css
<style>
a { background-color: #C03B67; }
a { background-color: rgb(192,59,103); }
div.DivClassName
{
background-color: #C03B67;
}
.BgClassName
{
background-color: #C03B67;
}
</style>
border-color css
<style>
span { border-color: #C03B67; }
span { border-color: rgb(192,59,103); }
td.TdClassName
{
border-color: #C03B67;
}
.TagClassName
{
border-color: #C03B67;
}
</style>