Html Css Color HEX #CC779E Hopbush

📋 copy color: '#CC779E'

red 204 ◦ green 119 ◦ blue 158

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

Shades of Hopbush #CC779E

Tints of Hopbush #CC779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

 BLUE value IS 158 (62.11% from 255) = 32.85%

R = 42.41%
G = 24.74%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC779E (or 0xCC779E) is known color: Hopbush. HEX triplet: CC, 77 and 9E. RGB value is (204,119,158). Sum of RGB (Red+Green+Blue) = 204+119+158=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC779E is #338861. Grayscale: #949494. Windows color (decimal): -3377250 or 10385356. OLE color: 10385356.

HSL color Cylindrical-coordinate representation of color #CC779E: hue angle of 332.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC779E is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 158 -
CMYK 0 0.42 0.23 0.2
HSL 332.47º 0.45% 0.63% -
HSV(B) 332.47º 0.42% 0.8% -
XYZ 37.67 28.5 35.86 -
YUV 148.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 204 119 158 0 0.42 0.23 0.2 332.47 0.45 0.63
Hex CC 77 9E 0 2A 17 14 14C 2D 3F
Octal 314 167 236 0 52 27 24 514 55 77
Binary 11001100 1110111 10011110 0 101010 10111 10100 101001100 101101 111111

Color Harmonies of #CC779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC779E

Black with #CC779E

Text Example


Text Example

White with #CC779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC779E; }

 p { color: rgb(204,119,158); }

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

background-color css

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

 a { background-color: rgb(204,119,158); }

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

border-color css

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

 span { border-color: rgb(204,119,158); }

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