#C976A8

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

Shades of Hopbush #C976A8

Tints of Hopbush #C976A8

Color information

#C976A8 (or 0xC976A8) is unknown color: approx Hopbush. HEX triplet: C9, 76 and A8. RGB value is (201,118,168). Sum of RGB (Red+Green+Blue) = 201+118+168=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C976A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976A8 is #368957. Grayscale: #949494. Windows color (decimal): -3574104 or 11040457. OLE color: 11040457.

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

Color convert

RGB201118168-
CMYK00.410.160.21
HSL323.86º43.46%62.55%-
HSV(B)323.86º41.29%78.82%-
XYZ37.6328.240.51-
YUV148.52139165.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=41.27%
G=24.23%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111816800.410.160.21323.8643.4662.55
HexC976A802910151442b3f
Octal31116625005120255045377
Binary1100100111101101010100001010011000010101101000100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976A8; }

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

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

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

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

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

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

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

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