#C975AB

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

Shades of Hopbush #C975AB

Tints of Hopbush #C975AB

Color information

#C975AB (or 0xC975AB) is unknown color: approx Hopbush. HEX triplet: C9, 75 and AB. RGB value is (201,117,171). Sum of RGB (Red+Green+Blue) = 201+117+171=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AB is #368A54. Grayscale: #949494. Windows color (decimal): -3574357 or 11236809. OLE color: 11236809.

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

Color convert

RGB201117171-
CMYK00.420.150.21
HSL321.43º43.75%62.35%-
HSV(B)321.43º41.79%78.82%-
XYZ37.828.0841.96-
YUV148.27140.83165.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=41.10%
G=23.93%
B=34.97%

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
Decimal20111717100.420.150.21321.4343.7562.35
HexC975AB02AF151412c3e
Octal31116525305217255015476
Binary110010011110101101010110101010111110101101000001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975AB; }

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

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

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

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

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

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

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

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