Shades of Royal Heath #CA4177
Tints of Royal Heath #CA4177
RGB
CMYK
RGB Variations
Color information
#CA4177 (or 0xCA4177) is known color: Royal Heath. HEX triplet: CA, 41 and 77. RGB value is (202,65,119). Sum of RGB (Red+Green+Blue) = 202+65+119=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4177 is #35BE88. Grayscale: #707070. Windows color (decimal): -3522185 or 7815626. OLE color: 7815626.
HSL color Cylindrical-coordinate representation of color #CA4177: hue angle of 336.35º 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 #CA4177 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 119 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.21 |
| HSL | 336.35º | 0.56% | 0.52% | - |
| HSV(B) | 336.35º | 0.68% | 0.79% | - |
| XYZ | 29.58 | 17.67 | 19.3 | - |
| YUV | 112.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 119 | 0 | 0.68 | 0.41 | 0.21 | 336.35 | 0.56 | 0.52 |
| Hex | CA | 41 | 77 | 0 | 44 | 29 | 15 | 150 | 38 | 34 |
| Octal | 312 | 101 | 167 | 0 | 104 | 51 | 25 | 520 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1110111 | 0 | 1000100 | 101001 | 10101 | 101010000 | 111000 | 110100 |
Color Harmonies of #CA4177
Complementary color
Monochromatic Colors of #CA4177
Black with #CA4177
Text Example
Text Example
White with #CA4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4177; }
p { color: rgb(202,65,119); }
H1.HeaderClassName
{
color: #CA4177;
}
.AnyTagClassName
{
color: #CA4177;
}
</style>
background-color css
<style>
a { background-color: #CA4177; }
a { background-color: rgb(202,65,119); }
div.DivClassName
{
background-color: #CA4177;
}
.BgClassName
{
background-color: #CA4177;
}
</style>
border-color css
<style>
span { border-color: #CA4177; }
span { border-color: rgb(202,65,119); }
td.TdClassName
{
border-color: #CA4177;
}
.TagClassName
{
border-color: #CA4177;
}
</style>