#C973AF

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

Shades of Hopbush #C973AF

Tints of Hopbush #C973AF

Color information

#C973AF (or 0xC973AF) is unknown color: approx Hopbush. HEX triplet: C9, 73 and AF. RGB value is (201,115,175). Sum of RGB (Red+Green+Blue) = 201+115+175=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C973AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973AF is #368C50. Grayscale: #939393. Windows color (decimal): -3574865 or 11498441. OLE color: 11498441.

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

Color convert

RGB201115175-
CMYK00.430.130.21
HSL318.14º44.33%61.96%-
HSV(B)318.14º42.79%78.82%-
XYZ37.9627.7743.92-
YUV147.55143.49166.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=40.94%
G=23.42%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111517500.430.130.21318.1444.3361.96
HexC973AF02BD1513e2c3e
Octal31116325705315254765476
Binary110010011110011101011110101011110110101100111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973AF; }

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

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

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

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

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

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

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

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