Shades of Royal Heath #CA4175
Tints of Royal Heath #CA4175
RGB
CMYK
RGB Variations
Color information
#CA4175 (or 0xCA4175) is known color: Royal Heath. HEX triplet: CA, 41 and 75. RGB value is (202,65,117). Sum of RGB (Red+Green+Blue) = 202+65+117=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4175 is #35BE8A. Grayscale: #6F6F6F. Windows color (decimal): -3522187 or 7684554. OLE color: 7684554.
HSL color Cylindrical-coordinate representation of color #CA4175: hue angle of 337.23º 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 #CA4175 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 117 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.21 |
| HSL | 337.23º | 0.56% | 0.52% | - |
| HSV(B) | 337.23º | 0.68% | 0.79% | - |
| XYZ | 29.46 | 17.62 | 18.68 | - |
| YUV | 111.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 117 | 0 | 0.68 | 0.42 | 0.21 | 337.23 | 0.56 | 0.52 |
| Hex | CA | 41 | 75 | 0 | 44 | 2A | 15 | 151 | 38 | 34 |
| Octal | 312 | 101 | 165 | 0 | 104 | 52 | 25 | 521 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1110101 | 0 | 1000100 | 101010 | 10101 | 101010001 | 111000 | 110100 |
Color Harmonies of #CA4175
Complementary color
Monochromatic Colors of #CA4175
Black with #CA4175
Text Example
Text Example
White with #CA4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4175; }
p { color: rgb(202,65,117); }
H1.HeaderClassName
{
color: #CA4175;
}
.AnyTagClassName
{
color: #CA4175;
}
</style>
background-color css
<style>
a { background-color: #CA4175; }
a { background-color: rgb(202,65,117); }
div.DivClassName
{
background-color: #CA4175;
}
.BgClassName
{
background-color: #CA4175;
}
</style>
border-color css
<style>
span { border-color: #CA4175; }
span { border-color: rgb(202,65,117); }
td.TdClassName
{
border-color: #CA4175;
}
.TagClassName
{
border-color: #CA4175;
}
</style>