#CA7491

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

Shades of Hopbush #CA7491

Tints of Hopbush #CA7491

Color information

#CA7491 (or 0xCA7491) is unknown color: approx Hopbush. HEX triplet: CA, 74 and 91. RGB value is (202,116,145). Sum of RGB (Red+Green+Blue) = 202+116+145=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7491 is #358B6E. Grayscale: #909090. Windows color (decimal): -3509103 or 9532618. OLE color: 9532618.

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

Color convert

RGB202116145-
CMYK00.430.280.21
HSL339.77º44.79%62.35%-
HSV(B)339.77º42.57%79.22%-
XYZ35.7127.0930.13-
YUV145.02127.99168.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=43.63%
G=25.05%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211614500.430.280.21339.7744.7962.35
HexCA749102B1C151542d3e
Octal31216422105334255245576
Binary1100101011101001001000101010111110010101101010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7491; }

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

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

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

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

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

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

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

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