#CA7494

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

Shades of Hopbush #CA7494

Tints of Hopbush #CA7494

Color information

#CA7494 (or 0xCA7494) is unknown color: approx Hopbush. HEX triplet: CA, 74 and 94. RGB value is (202,116,148). Sum of RGB (Red+Green+Blue) = 202+116+148=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7494 is #358B6B. Grayscale: #919191. Windows color (decimal): -3509100 or 9729226. OLE color: 9729226.

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

Color convert

RGB202116148-
CMYK00.430.270.21
HSL337.67º44.79%62.35%-
HSV(B)337.67º42.57%79.22%-
XYZ35.9527.1931.37-
YUV145.36129.49168.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=43.35%
G=24.89%
B=31.76%

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
Decimal20211614800.430.270.21337.6744.7962.35
HexCA749402B1B151522d3e
Octal31216422405333255225576
Binary1100101011101001001010001010111101110101101010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7494; }

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

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

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

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

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

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

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

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