#C97596

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

Shades of Hopbush #C97596

Tints of Hopbush #C97596

Color information

#C97596 (or 0xC97596) is unknown color: approx Hopbush. HEX triplet: C9, 75 and 96. RGB value is (201,117,150). Sum of RGB (Red+Green+Blue) = 201+117+150=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C97596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97596 is #368A69. Grayscale: #919191. Windows color (decimal): -3574378 or 9860553. OLE color: 9860553.

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

Color convert

RGB201117150-
CMYK00.420.250.21
HSL336.43º43.75%62.35%-
HSV(B)336.43º41.79%78.82%-
XYZ35.9527.3432.24-
YUV145.88130.33167.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=42.95%
G=25%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111715000.420.250.21336.4343.7562.35
HexC9759602A19151502c3e
Octal31116522605231255205476
Binary1100100111101011001011001010101100110101101010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97596; }

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

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

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

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

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

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

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

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