#CC649A

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

Shades of Hopbush #CC649A

Tints of Hopbush #CC649A

Color information

#CC649A (or 0xCC649A) is unknown color: approx Hopbush. HEX triplet: CC, 64 and 9A. RGB value is (204,100,154). Sum of RGB (Red+Green+Blue) = 204+100+154=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC649A is #339B65. Grayscale: #898989. Windows color (decimal): -3382118 or 10118348. OLE color: 10118348.

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

Color convert

RGB204100154-
CMYK00.510.250.2
HSL328.85º50.49%59.61%-
HSV(B)328.85º50.98%80%-
XYZ35.2924.2833.4-
YUV137.25137.46175.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=44.54%
G=21.83%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410015400.510.250.2328.8550.4959.61
HexCC649A0331914149323c
Octal31414423206331245116274
Binary1100110011001001001101001100111100110100101001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC649A; }

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

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

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

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

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

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

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

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