Html Css Color HEX #CC649C Hopbush

📋 copy color: '#CC649C'

red 204 ◦ green 100 ◦ blue 156

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

Shades of Hopbush #CC649C

Tints of Hopbush #CC649C

RGB

 RED value IS 204 (80.08% from 255) = 44.35%

 GREEN value IS 100 (39.45% from 255) = 21.74%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 44.35%
G = 21.74%
B = 33.91%

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

#CC649C (or 0xCC649C) is known color: Hopbush. HEX triplet: CC, 64 and 9C. RGB value is (204,100,156). Sum of RGB (Red+Green+Blue) = 204+100+156=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC649C is #339B63. Grayscale: #898989. Windows color (decimal): -3382116 or 10249420. OLE color: 10249420.

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

Color convert

RGB 204 100 156 -
CMYK 0 0.51 0.24 0.2
HSL 327.69º 0.5% 0.6% -
HSV(B) 327.69º 0.51% 0.8% -
XYZ 35.46 24.35 34.28 -
YUV 137.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 204 100 156 0 0.51 0.24 0.2 327.69 0.5 0.6
Hex CC 64 9C 0 33 18 14 148 32 3C
Octal 314 144 234 0 63 30 24 510 62 74
Binary 11001100 1100100 10011100 0 110011 11000 10100 101001000 110010 111100

Color Harmonies of #CC649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC649C

Black with #CC649C

Text Example


Text Example

White with #CC649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC649C; }

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

 H1.HeaderClassName
 {
   color: #CC649C;
 }
 .AnyTagClassName
 {
   color: #CC649C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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