#C975A3

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

Shades of Hopbush #C975A3

Tints of Hopbush #C975A3

Color information

#C975A3 (or 0xC975A3) is unknown color: approx Hopbush. HEX triplet: C9, 75 and A3. RGB value is (201,117,163). Sum of RGB (Red+Green+Blue) = 201+117+163=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C975A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975A3 is #368A5C. Grayscale: #939393. Windows color (decimal): -3574365 or 10712521. OLE color: 10712521.

HSL color Cylindrical-coordinate representation of color #C975A3: hue angle of 327.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975A3 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB201117163-
CMYK00.420.190.21
HSL327.14º43.75%62.35%-
HSV(B)327.14º41.79%78.82%-
XYZ37.0627.7838.06-
YUV147.36136.83166.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=41.79%
G=24.32%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111716300.420.190.21327.1443.7562.35
HexC975A302A13151472c3e
Octal31116524305223255075476
Binary1100100111101011010001101010101001110101101000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975A3; }

 p { color: rgb(201,117,163); }

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

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

 a { background-color: rgb(201,117,163); }

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

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

 span { border-color: rgb(201,117,163); }

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