#CC5EA9

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

Shades of Hopbush #CC5EA9

Tints of Hopbush #CC5EA9

Color information

#CC5EA9 (or 0xCC5EA9) is unknown color: approx Hopbush. HEX triplet: CC, 5E and A9. RGB value is (204,94,169). Sum of RGB (Red+Green+Blue) = 204+94+169=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5EA9 is #33A156. Grayscale: #878787. Windows color (decimal): -3383639 or 11099852. OLE color: 11099852.

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

Color convert

RGB20494169-
CMYK00.540.170.2
HSL319.09º51.89%58.43%-
HSV(B)319.09º53.92%80%-
XYZ36.0723.7140.21-
YUV135.44146.94176.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=43.68%
G=20.13%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049416900.540.170.2319.0951.8958.43
HexCC5EA9036111413f343a
Octal31413625106621244776472
Binary1100110010111101010100101101101000110100100111111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EA9; }

 p { color: rgb(204,94,169); }

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

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

 a { background-color: rgb(204,94,169); }

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

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

 span { border-color: rgb(204,94,169); }

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