Html Css Color HEX #C077A0 Hopbush

📋 copy color: '#C077A0'

red 192 ◦ green 119 ◦ blue 160

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

Shades of Hopbush #C077A0

Tints of Hopbush #C077A0

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

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

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

R = 40.76%
G = 25.27%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C077A0 (or 0xC077A0) is known color: Hopbush. HEX triplet: C0, 77 and A0. RGB value is (192,119,160). Sum of RGB (Red+Green+Blue) = 192+119+160=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C077A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077A0 is #3F885F. Grayscale: #919191. Windows color (decimal): -4163680 or 10516416. OLE color: 10516416.

HSL color Cylindrical-coordinate representation of color #C077A0: hue angle of 326.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077A0 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 160 -
CMYK 0 0.38 0.17 0.25
HSL 326.3º 0.37% 0.61% -
HSV(B) 326.3º 0.38% 0.75% -
XYZ 34.68 26.94 36.63 -
YUV 145.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 192 119 160 0 0.38 0.17 0.25 326.3 0.37 0.61
Hex C0 77 A0 0 26 11 19 146 25 3D
Octal 300 167 240 0 46 21 31 506 45 75
Binary 11000000 1110111 10100000 0 100110 10001 11001 101000110 100101 111101

Color Harmonies of #C077A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077A0

Black with #C077A0

Text Example


Text Example

White with #C077A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077A0; }

 p { color: rgb(192,119,160); }

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

background-color css

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

 a { background-color: rgb(192,119,160); }

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

border-color css

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

 span { border-color: rgb(192,119,160); }

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