Shades of Royal Heath #CA4178
Tints of Royal Heath #CA4178
RGB
CMYK
RGB Variations
Color information
#CA4178 (or 0xCA4178) is known color: Royal Heath. HEX triplet: CA, 41 and 78. RGB value is (202,65,120). Sum of RGB (Red+Green+Blue) = 202+65+120=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4178 is #35BE87. Grayscale: #707070. Windows color (decimal): -3522184 or 7881162. OLE color: 7881162.
HSL color Cylindrical-coordinate representation of color #CA4178: hue angle of 335.91º degrees, saturation: 0.56, 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 #CA4178 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 120 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.21 |
| HSL | 335.91º | 0.56% | 0.52% | - |
| HSV(B) | 335.91º | 0.68% | 0.79% | - |
| XYZ | 29.64 | 17.69 | 19.62 | - |
| YUV | 112.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 120 | 0 | 0.68 | 0.41 | 0.21 | 335.91 | 0.56 | 0.52 |
| Hex | CA | 41 | 78 | 0 | 44 | 29 | 15 | 150 | 38 | 34 |
| Octal | 312 | 101 | 170 | 0 | 104 | 51 | 25 | 520 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1111000 | 0 | 1000100 | 101001 | 10101 | 101010000 | 111000 | 110100 |
Color Harmonies of #CA4178
Complementary color
Monochromatic Colors of #CA4178
Black with #CA4178
Text Example
Text Example
White with #CA4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4178; }
p { color: rgb(202,65,120); }
H1.HeaderClassName
{
color: #CA4178;
}
.AnyTagClassName
{
color: #CA4178;
}
</style>
background-color css
<style>
a { background-color: #CA4178; }
a { background-color: rgb(202,65,120); }
div.DivClassName
{
background-color: #CA4178;
}
.BgClassName
{
background-color: #CA4178;
}
</style>
border-color css
<style>
span { border-color: #CA4178; }
span { border-color: rgb(202,65,120); }
td.TdClassName
{
border-color: #CA4178;
}
.TagClassName
{
border-color: #CA4178;
}
</style>