#C2779E

Color #C2779E Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C2779E

Tints of Hopbush #C2779E

Color information

#C2779E (or 0xC2779E) is unknown color: approx Hopbush. HEX triplet: C2, 77 and 9E. RGB value is (194,119,158). Sum of RGB (Red+Green+Blue) = 194+119+158=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2779E is #3D8861. Grayscale: #919191. Windows color (decimal): -4032610 or 10385346. OLE color: 10385346.

HSL color Cylindrical-coordinate representation of color #C2779E: hue angle of 328.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2779E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194119158-
CMYK00.390.190.24
HSL328.8º38.07%61.37%-
HSV(B)328.8º38.66%76.08%-
XYZ35.0227.1335.74-
YUV145.87134.85162.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=41.19%
G=25.27%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411915800.390.190.24328.838.0761.37
HexC2779E0271318149263d
Octal30216723604723305114675
Binary1100001011101111001111001001111001111000101001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2779E; }

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

 H1.HeaderClassName
 {
   color: #C2779E;
 }
 .AnyTagClassName
 {
   color: #C2779E;
 }
</style>
background-color css

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

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

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

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

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

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