Shades of Royal Heath #CA4075
Tints of Royal Heath #CA4075
RGB
CMYK
RGB Variations
Color information
#CA4075 (or 0xCA4075) is known color: Royal Heath. HEX triplet: CA, 40 and 75. RGB value is (202,64,117). Sum of RGB (Red+Green+Blue) = 202+64+117=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4075 is #35BF8A. Grayscale: #6F6F6F. Windows color (decimal): -3522443 or 7684298. OLE color: 7684298.
HSL color Cylindrical-coordinate representation of color #CA4075: hue angle of 336.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4075 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 117 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.21 |
| HSL | 336.96º | 0.57% | 0.52% | - |
| HSV(B) | 336.96º | 0.68% | 0.79% | - |
| XYZ | 29.4 | 17.51 | 18.66 | - |
| YUV | 111.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 117 | 0 | 0.68 | 0.42 | 0.21 | 336.96 | 0.57 | 0.52 |
| Hex | CA | 40 | 75 | 0 | 44 | 2A | 15 | 151 | 39 | 34 |
| Octal | 312 | 100 | 165 | 0 | 104 | 52 | 25 | 521 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1110101 | 0 | 1000100 | 101010 | 10101 | 101010001 | 111001 | 110100 |
Color Harmonies of #CA4075
Complementary color
Monochromatic Colors of #CA4075
Black with #CA4075
Text Example
Text Example
White with #CA4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4075; }
p { color: rgb(202,64,117); }
H1.HeaderClassName
{
color: #CA4075;
}
.AnyTagClassName
{
color: #CA4075;
}
</style>
background-color css
<style>
a { background-color: #CA4075; }
a { background-color: rgb(202,64,117); }
div.DivClassName
{
background-color: #CA4075;
}
.BgClassName
{
background-color: #CA4075;
}
</style>
border-color css
<style>
span { border-color: #CA4075; }
span { border-color: rgb(202,64,117); }
td.TdClassName
{
border-color: #CA4075;
}
.TagClassName
{
border-color: #CA4075;
}
</style>