#CA5EA0

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

Shades of Hopbush #CA5EA0

Tints of Hopbush #CA5EA0

Color information

#CA5EA0 (or 0xCA5EA0) is unknown color: approx Hopbush. HEX triplet: CA, 5E and A0. RGB value is (202,94,160). Sum of RGB (Red+Green+Blue) = 202+94+160=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5EA0 is #35A15F. Grayscale: #858585. Windows color (decimal): -3514720 or 10510026. OLE color: 10510026.

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

Color convert

RGB20294160-
CMYK00.530.210.21
HSL323.33º50.47%58.04%-
HSV(B)323.33º53.47%79.22%-
XYZ34.723.135.89-
YUV133.82142.78176.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=44.30%
G=20.61%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029416000.530.210.21323.3350.4758.04
HexCA5EA00351515143323a
Octal31213624006525255036272
Binary1100101010111101010000001101011010110101101000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EA0; }

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

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

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

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

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

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

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

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