#CA6590

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

Shades of Hopbush #CA6590

Tints of Hopbush #CA6590

Color information

#CA6590 (or 0xCA6590) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 90. RGB value is (202,101,144). Sum of RGB (Red+Green+Blue) = 202+101+144=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6590 is #359A6F. Grayscale: #888888. Windows color (decimal): -3512944 or 9463242. OLE color: 9463242.

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

Color convert

RGB202101144-
CMYK00.500.290.21
HSL334.46º48.79%59.41%-
HSV(B)334.46º50%79.22%-
XYZ34.0423.8829.2-
YUV136.1132.46175-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=45.19%
G=22.60%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210114400.500.290.21334.4648.7959.41
HexCA65900321D1514e313b
Octal31214522006235255166173
Binary1100101011001011001000001100101110110101101001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6590; }

 p { color: rgb(202,101,144); }

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

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

 a { background-color: rgb(202,101,144); }

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

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

 span { border-color: rgb(202,101,144); }

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