#C975A6

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

Shades of Hopbush #C975A6

Tints of Hopbush #C975A6

Color information

#C975A6 (or 0xC975A6) is unknown color: approx Hopbush. HEX triplet: C9, 75 and A6. RGB value is (201,117,166). Sum of RGB (Red+Green+Blue) = 201+117+166=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C975A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975A6 is #368A59. Grayscale: #939393. Windows color (decimal): -3574362 or 10909129. OLE color: 10909129.

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

Color convert

RGB201117166-
CMYK00.420.170.21
HSL325º43.75%62.35%-
HSV(B)325º41.79%78.82%-
XYZ37.3327.8939.49-
YUV147.7138.33166.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=41.53%
G=24.17%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111716600.420.170.2132543.7562.35
HexC975A602A11151452c3e
Octal31116524605221255055476
Binary1100100111101011010011001010101000110101101000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975A6; }

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

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

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

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

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

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

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

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