#CA7FA9

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

Shades of Hopbush #CA7FA9

Tints of Hopbush #CA7FA9

Color information

#CA7FA9 (or 0xCA7FA9) is unknown color: approx Hopbush. HEX triplet: CA, 7F and A9. RGB value is (202,127,169). Sum of RGB (Red+Green+Blue) = 202+127+169=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FA9 is #358056. Grayscale: #9A9A9A. Windows color (decimal): -3506263 or 11108298. OLE color: 11108298.

HSL color Cylindrical-coordinate representation of color #CA7FA9: hue angle of 326.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FA9 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202127169-
CMYK00.370.160.21
HSL326.4º41.44%64.51%-
HSV(B)326.4º37.13%79.22%-
XYZ39.1130.641.38-
YUV154.21136.35162.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=40.56%
G=25.50%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212716900.370.160.21326.441.4464.51
HexCA7FA902510151462941
Octal312177251045202550651101
Binary11001010111111110101001010010110000101011010001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FA9; }

 p { color: rgb(202,127,169); }

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

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

 a { background-color: rgb(202,127,169); }

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

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

 span { border-color: rgb(202,127,169); }

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