Html Css Color HEX #CC649B Hopbush

📋 copy color: '#CC649B'

red 204 ◦ green 100 ◦ blue 155

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

Shades of Hopbush #CC649B

Tints of Hopbush #CC649B

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

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 204 100 155 -
CMYK 0 0.51 0.24 0.2
HSL 328.27º 0.5% 0.6% -
HSV(B) 328.27º 0.51% 0.8% -
XYZ 35.38 24.32 33.84 -
YUV 137.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 204 100 155 0 0.51 0.24 0.2 328.27 0.5 0.6
Hex CC 64 9B 0 33 18 14 148 32 3C
Octal 314 144 233 0 63 30 24 510 62 74
Binary 11001100 1100100 10011011 0 110011 11000 10100 101001000 110010 111100

Color Harmonies of #CC649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC649B

Black with #CC649B

Text Example


Text Example

White with #CC649B

Text Example


Text Example

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