Shades of Royal Heath #CB3A73
Tints of Royal Heath #CB3A73
RGB
CMYK
RGB Variations
Color information
#CB3A73 (or 0xCB3A73) is known color: Royal Heath. HEX triplet: CB, 3A and 73. RGB value is (203,58,115). Sum of RGB (Red+Green+Blue) = 203+58+115=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A73 is #34C58C. Grayscale: #6B6B6B. Windows color (decimal): -3458445 or 7551691. OLE color: 7551691.
HSL color Cylindrical-coordinate representation of color #CB3A73: hue angle of 336.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A73 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 115 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.20 |
| HSL | 336.41º | 0.58% | 0.51% | - |
| HSV(B) | 336.41º | 0.71% | 0.8% | - |
| XYZ | 29.24 | 16.96 | 17.95 | - |
| YUV | 107.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 115 | 0 | 0.71 | 0.43 | 0.20 | 336.41 | 0.58 | 0.51 |
| Hex | CB | 3A | 73 | 0 | 47 | 2B | 14 | 150 | 3A | 33 |
| Octal | 313 | 72 | 163 | 0 | 107 | 53 | 24 | 520 | 72 | 63 |
| Binary | 11001011 | 111010 | 1110011 | 0 | 1000111 | 101011 | 10100 | 101010000 | 111010 | 110011 |
Color Harmonies of #CB3A73
Complementary color
Monochromatic Colors of #CB3A73
Black with #CB3A73
Text Example
Text Example
White with #CB3A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A73; }
p { color: rgb(203,58,115); }
H1.HeaderClassName
{
color: #CB3A73;
}
.AnyTagClassName
{
color: #CB3A73;
}
</style>
background-color css
<style>
a { background-color: #CB3A73; }
a { background-color: rgb(203,58,115); }
div.DivClassName
{
background-color: #CB3A73;
}
.BgClassName
{
background-color: #CB3A73;
}
</style>
border-color css
<style>
span { border-color: #CB3A73; }
span { border-color: rgb(203,58,115); }
td.TdClassName
{
border-color: #CB3A73;
}
.TagClassName
{
border-color: #CB3A73;
}
</style>