#CA5EA6

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

Shades of Hopbush #CA5EA6

Tints of Hopbush #CA5EA6

Color information

#CA5EA6 (or 0xCA5EA6) is unknown color: approx Hopbush. HEX triplet: CA, 5E and A6. RGB value is (202,94,166). Sum of RGB (Red+Green+Blue) = 202+94+166=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5EA6 is #35A159. Grayscale: #868686. Windows color (decimal): -3514714 or 10903242. OLE color: 10903242.

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

Color convert

RGB20294166-
CMYK00.530.180.21
HSL320º50.47%58.04%-
HSV(B)320º53.47%79.22%-
XYZ35.2423.3238.72-
YUV134.5145.78176.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=43.72%
G=20.35%
B=35.93%

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
Decimal2029416600.530.180.2132050.4758.04
HexCA5EA60351215140323a
Octal31213624606522255006272
Binary1100101010111101010011001101011001010101101000000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EA6; }

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

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

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

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

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

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

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

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