#CA5D9A

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

Shades of Hopbush #CA5D9A

Tints of Hopbush #CA5D9A

Color information

#CA5D9A (or 0xCA5D9A) is unknown color: approx Hopbush. HEX triplet: CA, 5D and 9A. RGB value is (202,93,154). Sum of RGB (Red+Green+Blue) = 202+93+154=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D9A is #35A265. Grayscale: #848484. Windows color (decimal): -3514982 or 10116554. OLE color: 10116554.

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

Color convert

RGB20293154-
CMYK00.540.240.21
HSL326.42º50.7%57.84%-
HSV(B)326.42º53.96%79.22%-
XYZ34.122.7233.16-
YUV132.54140.11177.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=44.99%
G=20.71%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029315400.540.240.21326.4250.757.84
HexCA5D9A0361815146333a
Octal31213523206630255066372
Binary1100101010111011001101001101101100010101101000110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D9A; }

 p { color: rgb(202,93,154); }

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

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

 a { background-color: rgb(202,93,154); }

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

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

 span { border-color: rgb(202,93,154); }

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