#CA72A7

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

Shades of Hopbush #CA72A7

Tints of Hopbush #CA72A7

Color information

#CA72A7 (or 0xCA72A7) is unknown color: approx Hopbush. HEX triplet: CA, 72 and A7. RGB value is (202,114,167). Sum of RGB (Red+Green+Blue) = 202+114+167=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA72A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA72A7 is #358D58. Grayscale: #929292. Windows color (decimal): -3509593 or 10973898. OLE color: 10973898.

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

Color convert

RGB202114167-
CMYK00.440.170.21
HSL323.86º45.36%61.96%-
HSV(B)323.86º43.56%79.22%-
XYZ37.3527.3839.88-
YUV146.35139.65167.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 167 (65.62% from 255) = 34.58%
R=41.82%
G=23.60%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211416700.440.170.21323.8645.3661.96
HexCA72A702C11151442d3e
Octal31216224705421255045576
Binary1100101011100101010011101011001000110101101000100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72A7; }

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

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

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

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

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

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

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

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