#C972A7

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

Shades of Hopbush #C972A7

Tints of Hopbush #C972A7

Color information

#C972A7 (or 0xC972A7) is unknown color: approx Hopbush. HEX triplet: C9, 72 and A7. RGB value is (201,114,167). Sum of RGB (Red+Green+Blue) = 201+114+167=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C972A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972A7 is #368D58. Grayscale: #919191. Windows color (decimal): -3575129 or 10973897. OLE color: 10973897.

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

Color convert

RGB201114167-
CMYK00.430.170.21
HSL323.45º44.62%61.76%-
HSV(B)323.45º43.28%78.82%-
XYZ37.0827.2439.86-
YUV146.06139.82167.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=41.70%
G=23.65%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111416700.430.170.21323.4544.6261.76
HexC972A702B11151432d3e
Octal31116224705321255035576
Binary1100100111100101010011101010111000110101101000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972A7; }

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

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

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

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

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

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

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

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