#CA4179

Color #CA4179 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #CA4179

Tints of Royal Heath #CA4179

Color information

#CA4179 (or 0xCA4179) is unknown color: approx Royal Heath. HEX triplet: CA, 41 and 79. RGB value is (202,65,121). Sum of RGB (Red+Green+Blue) = 202+65+121=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4179 is #35BE86. Grayscale: #707070. Windows color (decimal): -3522183 or 7946698. OLE color: 7946698.

HSL color Cylindrical-coordinate representation of color #CA4179: hue angle of 335.47º 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 #CA4179 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20265121-
CMYK00.680.400.21
HSL335.47º56.38%52.35%-
HSV(B)335.47º67.82%79.22%-
XYZ29.717.7219.94-
YUV112.35132.89191.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=52.06%
G=16.75%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026512100.680.400.21335.4756.3852.35
HexCA4179044281514f3834
Octal312101171010450255177064
Binary11001010100000111110010100010010100010101101001111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4179; }

 p { color: rgb(202,65,121); }

 H1.HeaderClassName
 {
   color: #CA4179;
 }
 .AnyTagClassName
 {
   color: #CA4179;
 }
</style>
background-color css

<style>
 a { background-color: #CA4179; }

 a { background-color: rgb(202,65,121); }

 div.DivClassName
 {
   background-color: #CA4179;
 }
 .BgClassName
 {
   background-color: #CA4179;
 }
</style>
border-color css

<style>
 span { border-color: #CA4179; }

 span { border-color: rgb(202,65,121); }

 td.TdClassName
 {
   border-color: #CA4179;
 }
 .TagClassName
 {
   border-color: #CA4179;
 }
</style>