#C976B1

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

Shades of Hopbush #C976B1

Tints of Hopbush #C976B1

Color information

#C976B1 (or 0xC976B1) is unknown color: approx Hopbush. HEX triplet: C9, 76 and B1. RGB value is (201,118,177). Sum of RGB (Red+Green+Blue) = 201+118+177=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C976B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976B1 is #36894E. Grayscale: #959595. Windows color (decimal): -3574095 or 11630281. OLE color: 11630281.

HSL color Cylindrical-coordinate representation of color #C976B1: hue angle of 317.35º 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 #C976B1 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB201118177-
CMYK00.410.120.21
HSL317.35º43.46%62.55%-
HSV(B)317.35º41.29%78.82%-
XYZ38.528.5545.08-
YUV149.54143.5164.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=40.52%
G=23.79%
B=35.69%

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
Decimal20111817700.410.120.21317.3543.4662.55
HexC976B1029C1513d2b3f
Octal31116626105114254755377
Binary110010011110110101100010101001110010101100111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976B1; }

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

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

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

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

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

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

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

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