#C97594

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

Shades of Hopbush #C97594

Tints of Hopbush #C97594

Color information

#C97594 (or 0xC97594) is unknown color: approx Hopbush. HEX triplet: C9, 75 and 94. RGB value is (201,117,148). Sum of RGB (Red+Green+Blue) = 201+117+148=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C97594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97594 is #368A6B. Grayscale: #919191. Windows color (decimal): -3574380 or 9729481. OLE color: 9729481.

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

Color convert

RGB201117148-
CMYK00.420.260.21
HSL337.86º43.75%62.35%-
HSV(B)337.86º41.79%78.82%-
XYZ35.7927.2831.4-
YUV145.65129.33167.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=43.13%
G=25.11%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111714800.420.260.21337.8643.7562.35
HexC9759402A1A151522c3e
Octal31116522405232255225476
Binary1100100111101011001010001010101101010101101010010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97594; }

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

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

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

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

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

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

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

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