#CC649D

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

Shades of Hopbush #CC649D

Tints of Hopbush #CC649D

Color information

#CC649D (or 0xCC649D) is unknown color: approx Hopbush. HEX triplet: CC, 64 and 9D. RGB value is (204,100,157). Sum of RGB (Red+Green+Blue) = 204+100+157=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC649D is #339B62. Grayscale: #898989. Windows color (decimal): -3382115 or 10314956. OLE color: 10314956.

HSL color Cylindrical-coordinate representation of color #CC649D: hue angle of 327.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC649D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204100157-
CMYK00.510.230.2
HSL327.12º50.49%59.61%-
HSV(B)327.12º50.98%80%-
XYZ35.5424.3934.73-
YUV137.59138.96175.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=44.25%
G=21.69%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410015700.510.230.2327.1250.4959.61
HexCC649D0331714147323c
Octal31414423506327245076274
Binary1100110011001001001110101100111011110100101000111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC649D; }

 p { color: rgb(204,100,157); }

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

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

 a { background-color: rgb(204,100,157); }

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

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

 span { border-color: rgb(204,100,157); }

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