Html Css Color HEX #C778A0 Hopbush

📋 copy color: '#C778A0'

red 199 ◦ green 120 ◦ blue 160

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

Shades of Hopbush #C778A0

Tints of Hopbush #C778A0

RGB

 RED value IS 199 (78.13% from 255) = 41.54%

 GREEN value IS 120 (47.27% from 255) = 25.05%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 41.54%
G = 25.05%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C778A0 (or 0xC778A0) is known color: Hopbush. HEX triplet: C7, 78 and A0. RGB value is (199,120,160). Sum of RGB (Red+Green+Blue) = 199+120+160=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C778A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C778A0 is #38875F. Grayscale: #949494. Windows color (decimal): -3704672 or 10516679. OLE color: 10516679.

HSL color Cylindrical-coordinate representation of color #C778A0: hue angle of 329.62º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778A0 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 120 160 -
CMYK 0 0.40 0.20 0.22
HSL 329.62º 0.41% 0.63% -
HSV(B) 329.62º 0.4% 0.78% -
XYZ 36.61 28.11 36.75 -
YUV 148.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 199 120 160 0 0.40 0.20 0.22 329.62 0.41 0.63
Hex C7 78 A0 0 28 14 16 14A 29 3F
Octal 307 170 240 0 50 24 26 512 51 77
Binary 11000111 1111000 10100000 0 101000 10100 10110 101001010 101001 111111

Color Harmonies of #C778A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778A0

Black with #C778A0

Text Example


Text Example

White with #C778A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778A0; }

 p { color: rgb(199,120,160); }

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

background-color css

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

 a { background-color: rgb(199,120,160); }

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

border-color css

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

 span { border-color: rgb(199,120,160); }

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