#C47096

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

Shades of Hopbush #C47096

Tints of Hopbush #C47096

Color information

#C47096 (or 0xC47096) is unknown color: approx Hopbush. HEX triplet: C4, 70 and 96. RGB value is (196,112,150). Sum of RGB (Red+Green+Blue) = 196+112+150=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C47096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47096 is #3B8F69. Grayscale: #8D8D8D. Windows color (decimal): -3903338 or 9859268. OLE color: 9859268.

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

Color convert

RGB196112150-
CMYK00.430.230.23
HSL332.86º41.58%60.39%-
HSV(B)332.86º42.86%76.86%-
XYZ34.0625.5331.99-
YUV141.45132.83166.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=42.79%
G=24.45%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611215000.430.230.23332.8641.5860.39
HexC4709602B171714d2a3c
Octal30416022605327275155274
Binary1100010011100001001011001010111011110111101001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47096; }

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

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

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

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

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

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

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

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