#C972A5

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

Shades of Hopbush #C972A5

Tints of Hopbush #C972A5

Color information

#C972A5 (or 0xC972A5) is unknown color: approx Hopbush. HEX triplet: C9, 72 and A5. RGB value is (201,114,165). Sum of RGB (Red+Green+Blue) = 201+114+165=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C972A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972A5 is #368D5A. Grayscale: #919191. Windows color (decimal): -3575131 or 10842825. OLE color: 10842825.

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

Color convert

RGB201114165-
CMYK00.430.180.21
HSL324.83º44.62%61.76%-
HSV(B)324.83º43.28%78.82%-
XYZ36.927.1738.9-
YUV145.83138.82167.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=41.88%
G=23.75%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111416500.430.180.21324.8344.6261.76
HexC972A502B12151452d3e
Octal31116224505322255055576
Binary1100100111100101010010101010111001010101101000101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972A5; }

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

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

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

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

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

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

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

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