#C47996

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

Shades of Hopbush #C47996

Tints of Hopbush #C47996

Color information

#C47996 (or 0xC47996) is unknown color: approx Hopbush. HEX triplet: C4, 79 and 96. RGB value is (196,121,150). Sum of RGB (Red+Green+Blue) = 196+121+150=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C47996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47996 is #3B8669. Grayscale: #929292. Windows color (decimal): -3901034 or 9861572. OLE color: 9861572.

HSL color Cylindrical-coordinate representation of color #C47996: hue angle of 336.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47996 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196121150-
CMYK00.380.230.23
HSL336.8º38.86%62.16%-
HSV(B)336.8º38.27%76.86%-
XYZ35.1127.6132.33-
YUV146.73129.85163.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=41.97%
G=25.91%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612115000.380.230.23336.838.8662.16
HexC479960261717151273e
Octal30417122604627275214776
Binary1100010011110011001011001001101011110111101010001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47996; }

 p { color: rgb(196,121,150); }

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

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

 a { background-color: rgb(196,121,150); }

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

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

 span { border-color: rgb(196,121,150); }

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