Html Css Color HEX #CC779D Hopbush

📋 copy color: '#CC779D'

red 204 ◦ green 119 ◦ blue 157

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

Shades of Hopbush #CC779D

Tints of Hopbush #CC779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.71%

R = 42.5%
G = 24.79%
B = 32.71%

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

#CC779D (or 0xCC779D) is known color: Hopbush. HEX triplet: CC, 77 and 9D. RGB value is (204,119,157). Sum of RGB (Red+Green+Blue) = 204+119+157=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC779D is #338862. Grayscale: #949494. Windows color (decimal): -3377251 or 10319820. OLE color: 10319820.

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

Color convert

RGB 204 119 157 -
CMYK 0 0.42 0.23 0.2
HSL 333.18º 0.45% 0.63% -
HSV(B) 333.18º 0.42% 0.8% -
XYZ 37.58 28.47 35.41 -
YUV 148.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 204 119 157 0 0.42 0.23 0.2 333.18 0.45 0.63
Hex CC 77 9D 0 2A 17 14 14D 2D 3F
Octal 314 167 235 0 52 27 24 515 55 77
Binary 11001100 1110111 10011101 0 101010 10111 10100 101001101 101101 111111

Color Harmonies of #CC779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC779D

Black with #CC779D

Text Example


Text Example

White with #CC779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC779D; }

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

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

background-color css

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

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

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

border-color css

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

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

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