#CA5EA5

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

Shades of Hopbush #CA5EA5

Tints of Hopbush #CA5EA5

Color information

#CA5EA5 (or 0xCA5EA5) is unknown color: approx Hopbush. HEX triplet: CA, 5E and A5. RGB value is (202,94,165). Sum of RGB (Red+Green+Blue) = 202+94+165=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5EA5 is #35A15A. Grayscale: #868686. Windows color (decimal): -3514715 or 10837706. OLE color: 10837706.

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

Color convert

RGB20294165-
CMYK00.530.180.21
HSL320.56º50.47%58.04%-
HSV(B)320.56º53.47%79.22%-
XYZ35.1523.2838.24-
YUV134.39145.28176.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 165 (64.84% from 255) = 35.79%
R=43.82%
G=20.39%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029416500.530.180.21320.5650.4758.04
HexCA5EA50351215141323a
Octal31213624506522255016272
Binary1100101010111101010010101101011001010101101000001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EA5; }

 p { color: rgb(202,94,165); }

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

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

 a { background-color: rgb(202,94,165); }

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

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

 span { border-color: rgb(202,94,165); }

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