Html Css Color HEX #CC649D Hopbush

📋 copy color: '#CC649D'

red 204 ◦ green 100 ◦ blue 157

#CC649D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #CC649D

Tints of Hopbush #CC649D

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 value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC649D (or 0xCC649D) is known color: 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

RGB 204 100 157 -
CMYK 0 0.51 0.23 0.2
HSL 327.12º 0.5% 0.6% -
HSV(B) 327.12º 0.51% 0.8% -
XYZ 35.54 24.39 34.73 -
YUV 137.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 204 100 157 0 0.51 0.23 0.2 327.12 0.5 0.6
Hex CC 64 9D 0 33 17 14 147 32 3C
Octal 314 144 235 0 63 27 24 507 62 74
Binary 11001100 1100100 10011101 0 110011 10111 10100 101000111 110010 111100

Color Harmonies of #CC649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC649D

Black with #CC649D

Text Example


Text Example

White with #CC649D

Text Example


Text Example

HTML Codes & Css Web 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>