#C97696

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

Shades of Hopbush #C97696

Tints of Hopbush #C97696

Color information

#C97696 (or 0xC97696) is unknown color: approx Hopbush. HEX triplet: C9, 76 and 96. RGB value is (201,118,150). Sum of RGB (Red+Green+Blue) = 201+118+150=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C97696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97696 is #368969. Grayscale: #929292. Windows color (decimal): -3574122 or 9860809. OLE color: 9860809.

HSL color Cylindrical-coordinate representation of color #C97696: hue angle of 336.87º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97696 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB201118150-
CMYK00.410.250.21
HSL336.87º43.46%62.55%-
HSV(B)336.87º41.29%78.82%-
XYZ36.0727.5832.28-
YUV146.46130166.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=42.86%
G=25.16%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111815000.410.250.21336.8743.4662.55
HexC9769602919151512b3f
Octal31116622605131255215377
Binary1100100111101101001011001010011100110101101010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97696; }

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

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

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

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

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

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

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

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