#CA7395

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

Shades of Hopbush #CA7395

Tints of Hopbush #CA7395

Color information

#CA7395 (or 0xCA7395) is unknown color: approx Hopbush. HEX triplet: CA, 73 and 95. RGB value is (202,115,149). Sum of RGB (Red+Green+Blue) = 202+115+149=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7395 is #358C6A. Grayscale: #909090. Windows color (decimal): -3509355 or 9794506. OLE color: 9794506.

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

Color convert

RGB202115149-
CMYK00.430.260.21
HSL336.55º45.08%62.16%-
HSV(B)336.55º43.07%79.22%-
XYZ35.9126.9931.75-
YUV144.89130.32168.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=43.35%
G=24.68%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211514900.430.260.21336.5545.0862.16
HexCA739502B1A151512d3e
Octal31216322505332255215576
Binary1100101011100111001010101010111101010101101010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7395; }

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

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

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

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

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

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

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

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