#c77b95

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

Shades of Hopbush #C77B95

Tints of Hopbush #C77B95

Color information

#C77B95 (or 0xC77B95) is unknown color: approx Hopbush. HEX triplet: C7, 7B and 95. RGB value is (199,123,149). Sum of RGB (Red+Green+Blue) = 199+123+149=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B95 is #38846A. Grayscale: #949494. Windows color (decimal): -3703915 or 9796551. OLE color: 9796551.

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

Color convert

RGB199123149-
CMYK00.380.250.22
HSL339.47º40.43%63.14%-
HSV(B)339.47º38.19%78.04%-
XYZ36.0628.4832.03-
YUV148.69128.18163.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=42.25%
G=26.11%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912314900.380.250.22339.4740.4363.14
HexC77B950261916153283f
Octal30717322504631265235077
Binary1100011111110111001010101001101100110110101010011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c77b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c77b95; }

 p { color: rgb(199,123,149); }

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

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

 a { background-color: rgb(199,123,149); }

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

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

 span { border-color: rgb(199,123,149); }

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