#C975A4

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

Shades of Hopbush #C975A4

Tints of Hopbush #C975A4

Color information

#C975A4 (or 0xC975A4) is unknown color: approx Hopbush. HEX triplet: C9, 75 and A4. RGB value is (201,117,164). Sum of RGB (Red+Green+Blue) = 201+117+164=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C975A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975A4 is #368A5B. Grayscale: #939393. Windows color (decimal): -3574364 or 10778057. OLE color: 10778057.

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

Color convert

RGB201117164-
CMYK00.420.180.21
HSL326.43º43.75%62.35%-
HSV(B)326.43º41.79%78.82%-
XYZ37.1527.8238.53-
YUV147.47137.33166.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=41.70%
G=24.27%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111716400.420.180.21326.4343.7562.35
HexC975A402A12151462c3e
Octal31116524405222255065476
Binary1100100111101011010010001010101001010101101000110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975A4; }

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

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

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

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

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

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

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

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