#C977B1

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

Shades of Hopbush #C977B1

Tints of Hopbush #C977B1

Color information

#C977B1 (or 0xC977B1) is unknown color: approx Hopbush. HEX triplet: C9, 77 and B1. RGB value is (201,119,177). Sum of RGB (Red+Green+Blue) = 201+119+177=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C977B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C977B1 is #36884E. Grayscale: #959595. Windows color (decimal): -3573839 or 11630537. OLE color: 11630537.

HSL color Cylindrical-coordinate representation of color #C977B1: hue angle of 317.56º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C977B1 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB201119177-
CMYK00.410.120.21
HSL317.56º43.16%62.75%-
HSV(B)317.56º40.8%78.82%-
XYZ38.6228.7945.12-
YUV150.13143.17164.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 119 (46.88% from 255) = 23.94%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=40.44%
G=23.94%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111917700.410.120.21317.5643.1662.75
HexC977B1029C1513e2b3f
Octal31116726105114254765377
Binary110010011110111101100010101001110010101100111110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977B1; }

 p { color: rgb(201,119,177); }

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

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

 a { background-color: rgb(201,119,177); }

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

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

 span { border-color: rgb(201,119,177); }

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