#C974AC

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

Shades of Hopbush #C974AC

Tints of Hopbush #C974AC

Color information

#C974AC (or 0xC974AC) is unknown color: approx Hopbush. HEX triplet: C9, 74 and AC. RGB value is (201,116,172). Sum of RGB (Red+Green+Blue) = 201+116+172=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C974AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974AC is #368B53. Grayscale: #939393. Windows color (decimal): -3574612 or 11302089. OLE color: 11302089.

HSL color Cylindrical-coordinate representation of color #C974AC: hue angle of 320.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974AC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB201116172-
CMYK00.420.140.21
HSL320.47º44.04%62.16%-
HSV(B)320.47º42.29%78.82%-
XYZ37.7827.8942.42-
YUV147.8141.66165.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=41.10%
G=23.72%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111617200.420.140.21320.4744.0462.16
HexC974AC02AE151402c3e
Octal31116425405216255005476
Binary110010011110100101011000101010111010101101000000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974AC; }

 p { color: rgb(201,116,172); }

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

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

 a { background-color: rgb(201,116,172); }

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

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

 span { border-color: rgb(201,116,172); }

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