#C975AA

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

Shades of Hopbush #C975AA

Tints of Hopbush #C975AA

Color information

#C975AA (or 0xC975AA) is unknown color: approx Hopbush. HEX triplet: C9, 75 and AA. RGB value is (201,117,170). Sum of RGB (Red+Green+Blue) = 201+117+170=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AA is #368A55. Grayscale: #949494. Windows color (decimal): -3574358 or 11171273. OLE color: 11171273.

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

Color convert

RGB201117170-
CMYK00.420.150.21
HSL322.14º43.75%62.35%-
HSV(B)322.14º41.79%78.82%-
XYZ37.728.0441.46-
YUV148.16140.33165.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=41.19%
G=23.98%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111717000.420.150.21322.1443.7562.35
HexC975AA02AF151422c3e
Octal31116525205217255025476
Binary110010011110101101010100101010111110101101000010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975AA; }

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

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

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

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

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

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

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

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