#CA619F

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

Shades of Hopbush #CA619F

Tints of Hopbush #CA619F

Color information

#CA619F (or 0xCA619F) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 9F. RGB value is (202,97,159). Sum of RGB (Red+Green+Blue) = 202+97+159=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA619F is #359E60. Grayscale: #878787. Windows color (decimal): -3513953 or 10445258. OLE color: 10445258.

HSL color Cylindrical-coordinate representation of color #CA619F: hue angle of 324.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA619F is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB20297159-
CMYK00.520.210.21
HSL324.57º49.76%58.63%-
HSV(B)324.57º51.98%79.22%-
XYZ34.8923.6135.52-
YUV135.46141.29175.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=44.10%
G=21.18%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029715900.520.210.21324.5749.7658.63
HexCA619F0341515145323b
Octal31214123706425255056273
Binary1100101011000011001111101101001010110101101000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA619F; }

 p { color: rgb(202,97,159); }

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

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

 a { background-color: rgb(202,97,159); }

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

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

 span { border-color: rgb(202,97,159); }

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