#C975AD

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

Shades of Hopbush #C975AD

Tints of Hopbush #C975AD

Color information

#C975AD (or 0xC975AD) is unknown color: approx Hopbush. HEX triplet: C9, 75 and AD. RGB value is (201,117,173). Sum of RGB (Red+Green+Blue) = 201+117+173=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AD is #368A52. Grayscale: #949494. Windows color (decimal): -3574355 or 11367881. OLE color: 11367881.

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

Color convert

RGB201117173-
CMYK00.420.140.21
HSL320º43.75%62.35%-
HSV(B)320º41.79%78.82%-
XYZ37.9928.1642.97-
YUV148.5141.83165.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=40.94%
G=23.83%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111717300.420.140.2132043.7562.35
HexC975AD02AE151402c3e
Octal31116525505216255005476
Binary110010011110101101011010101010111010101101000000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975AD; }

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

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

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

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

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

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

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

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