#C972A3

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

Shades of Hopbush #C972A3

Tints of Hopbush #C972A3

Color information

#C972A3 (or 0xC972A3) is unknown color: approx Hopbush. HEX triplet: C9, 72 and A3. RGB value is (201,114,163). Sum of RGB (Red+Green+Blue) = 201+114+163=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C972A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972A3 is #368D5C. Grayscale: #919191. Windows color (decimal): -3575133 or 10711753. OLE color: 10711753.

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

Color convert

RGB201114163-
CMYK00.430.190.21
HSL326.21º44.62%61.76%-
HSV(B)326.21º43.28%78.82%-
XYZ36.7227.137.95-
YUV145.6137.82167.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=42.05%
G=23.85%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111416300.430.190.21326.2144.6261.76
HexC972A302B13151462d3e
Octal31116224305323255065576
Binary1100100111100101010001101010111001110101101000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972A3; }

 p { color: rgb(201,114,163); }

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

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

 a { background-color: rgb(201,114,163); }

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

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

 span { border-color: rgb(201,114,163); }

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