#C976B3

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

Shades of London Hue #C976B3

Tints of London Hue #C976B3

Color information

#C976B3 (or 0xC976B3) is unknown color: approx London Hue. HEX triplet: C9, 76 and B3. RGB value is (201,118,179). Sum of RGB (Red+Green+Blue) = 201+118+179=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C976B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976B3 is #36894C. Grayscale: #959595. Windows color (decimal): -3574093 or 11761353. OLE color: 11761353.

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

Color convert

RGB201118179-
CMYK00.410.110.21
HSL315.9º43.46%62.55%-
HSV(B)315.9º41.29%78.82%-
XYZ38.728.6346.13-
YUV149.77144.5164.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=40.36%
G=23.69%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111817900.410.110.21315.943.4662.55
HexC976B3029B1513c2b3f
Octal31116626305113254745377
Binary110010011110110101100110101001101110101100111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976B3; }

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

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

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

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

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

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

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

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