#CA7190

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

Shades of Hopbush #CA7190

Tints of Hopbush #CA7190

Color information

#CA7190 (or 0xCA7190) is unknown color: approx Hopbush. HEX triplet: CA, 71 and 90. RGB value is (202,113,144). Sum of RGB (Red+Green+Blue) = 202+113+144=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7190 is #358E6F. Grayscale: #8F8F8F. Windows color (decimal): -3509872 or 9466314. OLE color: 9466314.

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

Color convert

RGB202113144-
CMYK00.440.290.21
HSL339.1º45.64%61.76%-
HSV(B)339.1º44.06%79.22%-
XYZ35.326.3829.62-
YUV143.15128.49169.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=44.01%
G=24.62%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211314400.440.290.21339.145.6461.76
HexCA719002C1D151532e3e
Octal31216122005435255235676
Binary1100101011100011001000001011001110110101101010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7190; }

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

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

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

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

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

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

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

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