#CC5EA8

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

Shades of Hopbush #CC5EA8

Tints of Hopbush #CC5EA8

Color information

#CC5EA8 (or 0xCC5EA8) is unknown color: approx Hopbush. HEX triplet: CC, 5E and A8. RGB value is (204,94,168). Sum of RGB (Red+Green+Blue) = 204+94+168=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5EA8 is #33A157. Grayscale: #878787. Windows color (decimal): -3383640 or 11034316. OLE color: 11034316.

HSL color Cylindrical-coordinate representation of color #CC5EA8: hue angle of 319.64º 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 #CC5EA8 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB20494168-
CMYK00.540.180.2
HSL319.64º51.89%58.43%-
HSV(B)319.64º53.92%80%-
XYZ35.9723.6739.72-
YUV135.33146.44176.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 168 (66.02% from 255) = 36.05%
R=43.78%
G=20.17%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049416800.540.180.2319.6451.8958.43
HexCC5EA80361214140343a
Octal31413625006622245006472
Binary1100110010111101010100001101101001010100101000000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EA8; }

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

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

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

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

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

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

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

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