#C47396

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

Shades of Hopbush #C47396

Tints of Hopbush #C47396

Color information

#C47396 (or 0xC47396) is unknown color: approx Hopbush. HEX triplet: C4, 73 and 96. RGB value is (196,115,150). Sum of RGB (Red+Green+Blue) = 196+115+150=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C47396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47396 is #3B8C69. Grayscale: #8F8F8F. Windows color (decimal): -3902570 or 9860036. OLE color: 9860036.

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

Color convert

RGB196115150-
CMYK00.410.230.23
HSL334.07º40.7%60.98%-
HSV(B)334.07º41.33%76.86%-
XYZ34.426.232.1-
YUV143.21131.84165.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=42.52%
G=24.95%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611515000.410.230.23334.0740.760.98
HexC47396029171714e293d
Octal30416322605127275165175
Binary1100010011100111001011001010011011110111101001110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47396; }

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

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

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

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

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

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

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

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