#C97496

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

Shades of Hopbush #C97496

Tints of Hopbush #C97496

Color information

#C97496 (or 0xC97496) is unknown color: approx Hopbush. HEX triplet: C9, 74 and 96. RGB value is (201,116,150). Sum of RGB (Red+Green+Blue) = 201+116+150=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C97496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97496 is #368B69. Grayscale: #919191. Windows color (decimal): -3574634 or 9860297. OLE color: 9860297.

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

Color convert

RGB201116150-
CMYK00.420.250.21
HSL336º44.04%62.16%-
HSV(B)336º42.29%78.82%-
XYZ35.8427.1132.2-
YUV145.29130.66167.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=43.04%
G=24.84%
B=32.12%

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
Decimal20111615000.420.250.2133644.0462.16
HexC9749602A19151502c3e
Octal31116422605231255205476
Binary1100100111101001001011001010101100110101101010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97496; }

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

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

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

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

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

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

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

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