#CA71AA

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

Shades of Hopbush #CA71AA

Tints of Hopbush #CA71AA

Color information

#CA71AA (or 0xCA71AA) is unknown color: approx Hopbush. HEX triplet: CA, 71 and AA. RGB value is (202,113,170). Sum of RGB (Red+Green+Blue) = 202+113+170=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA71AA is #358E55. Grayscale: #919191. Windows color (decimal): -3509846 or 11170250. OLE color: 11170250.

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

Color convert

RGB202113170-
CMYK00.440.160.21
HSL321.57º45.64%61.76%-
HSV(B)321.57º44.06%79.22%-
XYZ37.5227.2741.32-
YUV146.11141.49167.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=41.65%
G=23.30%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211317000.440.160.21321.5745.6461.76
HexCA71AA02C10151422e3e
Octal31216125205420255025676
Binary1100101011100011010101001011001000010101101000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71AA; }

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

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

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

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

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

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

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

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