#CC649B

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

Shades of Hopbush #CC649B

Tints of Hopbush #CC649B

Color information

#CC649B (or 0xCC649B) is unknown color: approx Hopbush. HEX triplet: CC, 64 and 9B. RGB value is (204,100,155). Sum of RGB (Red+Green+Blue) = 204+100+155=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC649B is #339B64. Grayscale: #898989. Windows color (decimal): -3382117 or 10183884. OLE color: 10183884.

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

Color convert

RGB204100155-
CMYK00.510.240.2
HSL328.27º50.49%59.61%-
HSV(B)328.27º50.98%80%-
XYZ35.3824.3233.84-
YUV137.37137.96175.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=44.44%
G=21.79%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410015500.510.240.2328.2750.4959.61
HexCC649B0331814148323c
Octal31414423306330245106274
Binary1100110011001001001101101100111100010100101001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC649B; }

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

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

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

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

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

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

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

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