#CA72AA

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

Shades of Hopbush #CA72AA

Tints of Hopbush #CA72AA

Color information

#CA72AA (or 0xCA72AA) is unknown color: approx Hopbush. HEX triplet: CA, 72 and AA. RGB value is (202,114,170). Sum of RGB (Red+Green+Blue) = 202+114+170=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA72AA is #358D55. Grayscale: #929292. Windows color (decimal): -3509590 or 11170506. OLE color: 11170506.

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

Color convert

RGB202114170-
CMYK00.440.160.21
HSL321.82º45.36%61.96%-
HSV(B)321.82º43.56%79.22%-
XYZ37.6327.4941.35-
YUV146.7141.15167.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=41.56%
G=23.46%
B=34.98%

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
Decimal20211417000.440.160.21321.8245.3661.96
HexCA72AA02C10151422d3e
Octal31216225205420255025576
Binary1100101011100101010101001011001000010101101000010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72AA; }

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

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

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

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

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

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

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

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