#C973A0

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

Shades of Hopbush #C973A0

Tints of Hopbush #C973A0

Color information

#C973A0 (or 0xC973A0) is unknown color: approx Hopbush. HEX triplet: C9, 73 and A0. RGB value is (201,115,160). Sum of RGB (Red+Green+Blue) = 201+115+160=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C973A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973A0 is #368C5F. Grayscale: #919191. Windows color (decimal): -3574880 or 10515401. OLE color: 10515401.

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

Color convert

RGB201115160-
CMYK00.430.200.21
HSL328.6º44.33%61.96%-
HSV(B)328.6º42.79%78.82%-
XYZ36.5627.2236.58-
YUV145.84135.99167.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=42.23%
G=24.16%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111516000.430.200.21328.644.3361.96
HexC973A002B14151492c3e
Octal31116324005324255115476
Binary1100100111100111010000001010111010010101101001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973A0; }

 p { color: rgb(201,115,160); }

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

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

 a { background-color: rgb(201,115,160); }

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

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

 span { border-color: rgb(201,115,160); }

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