#C973B1

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

Shades of Hopbush #C973B1

Tints of Hopbush #C973B1

Color information

#C973B1 (or 0xC973B1) is unknown color: approx Hopbush. HEX triplet: C9, 73 and B1. RGB value is (201,115,177). Sum of RGB (Red+Green+Blue) = 201+115+177=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973B1 is #368C4E. Grayscale: #939393. Windows color (decimal): -3574863 or 11629513. OLE color: 11629513.

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

Color convert

RGB201115177-
CMYK00.430.120.21
HSL316.74º44.33%61.96%-
HSV(B)316.74º42.79%78.82%-
XYZ38.1527.8544.96-
YUV147.78144.49165.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=40.77%
G=23.33%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111517700.430.120.21316.7444.3361.96
HexC973B102BC1513d2c3e
Octal31116326105314254755476
Binary110010011110011101100010101011110010101100111101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973B1; }

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

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

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

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

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

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

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

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