#CC73AA

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

Shades of Hopbush #CC73AA

Tints of Hopbush #CC73AA

Color information

#CC73AA (or 0xCC73AA) is unknown color: approx Hopbush. HEX triplet: CC, 73 and AA. RGB value is (204,115,170). Sum of RGB (Red+Green+Blue) = 204+115+170=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC73AA is #338C55. Grayscale: #939393. Windows color (decimal): -3378262 or 11170764. OLE color: 11170764.

HSL color Cylindrical-coordinate representation of color #CC73AA: hue angle of 322.92º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73AA is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204115170-
CMYK00.440.170.2
HSL322.92º46.6%62.55%-
HSV(B)322.92º43.63%80%-
XYZ38.292841.42-
YUV147.88140.49168.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=41.72%
G=23.52%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411517000.440.170.2322.9246.662.55
HexCC73AA02C11141432f3f
Octal31416325205421245035777
Binary1100110011100111010101001011001000110100101000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73AA; }

 p { color: rgb(204,115,170); }

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

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

 a { background-color: rgb(204,115,170); }

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

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

 span { border-color: rgb(204,115,170); }

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