#CA7394

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

Shades of Hopbush #CA7394

Tints of Hopbush #CA7394

Color information

#CA7394 (or 0xCA7394) is unknown color: approx Hopbush. HEX triplet: CA, 73 and 94. RGB value is (202,115,148). Sum of RGB (Red+Green+Blue) = 202+115+148=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7394 is #358C6B. Grayscale: #909090. Windows color (decimal): -3509356 or 9728970. OLE color: 9728970.

HSL color Cylindrical-coordinate representation of color #CA7394: hue angle of 337.24º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7394 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202115148-
CMYK00.430.270.21
HSL337.24º45.08%62.16%-
HSV(B)337.24º43.07%79.22%-
XYZ35.8326.9631.33-
YUV144.77129.82168.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=43.44%
G=24.73%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211514800.430.270.21337.2445.0862.16
HexCA739402B1B151512d3e
Octal31216322405333255215576
Binary1100101011100111001010001010111101110101101010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7394; }

 p { color: rgb(202,115,148); }

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

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

 a { background-color: rgb(202,115,148); }

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

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

 span { border-color: rgb(202,115,148); }

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