Shades of Royal Heath #CB3C75
Tints of Royal Heath #CB3C75
RGB
CMYK
RGB Variations
Color information
#CB3C75 (or 0xCB3C75) is known color: Royal Heath. HEX triplet: CB, 3C and 75. RGB value is (203,60,117). Sum of RGB (Red+Green+Blue) = 203+60+117=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C75 is #34C38A. Grayscale: #6D6D6D. Windows color (decimal): -3457931 or 7683275. OLE color: 7683275.
HSL color Cylindrical-coordinate representation of color #CB3C75: hue angle of 336.08º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C75 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 117 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.20 |
| HSL | 336.08º | 0.58% | 0.52% | - |
| HSV(B) | 336.08º | 0.7% | 0.8% | - |
| XYZ | 29.46 | 17.21 | 18.6 | - |
| YUV | 109.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 117 | 0 | 0.70 | 0.42 | 0.20 | 336.08 | 0.58 | 0.52 |
| Hex | CB | 3C | 75 | 0 | 46 | 2A | 14 | 150 | 3A | 34 |
| Octal | 313 | 74 | 165 | 0 | 106 | 52 | 24 | 520 | 72 | 64 |
| Binary | 11001011 | 111100 | 1110101 | 0 | 1000110 | 101010 | 10100 | 101010000 | 111010 | 110100 |
Color Harmonies of #CB3C75
Complementary color
Monochromatic Colors of #CB3C75
Black with #CB3C75
Text Example
Text Example
White with #CB3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C75; }
p { color: rgb(203,60,117); }
H1.HeaderClassName
{
color: #CB3C75;
}
.AnyTagClassName
{
color: #CB3C75;
}
</style>
background-color css
<style>
a { background-color: #CB3C75; }
a { background-color: rgb(203,60,117); }
div.DivClassName
{
background-color: #CB3C75;
}
.BgClassName
{
background-color: #CB3C75;
}
</style>
border-color css
<style>
span { border-color: #CB3C75; }
span { border-color: rgb(203,60,117); }
td.TdClassName
{
border-color: #CB3C75;
}
.TagClassName
{
border-color: #CB3C75;
}
</style>