#c46997

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

Shades of Hopbush #C46997

Tints of Hopbush #C46997

Color information

#C46997 (or 0xC46997) is unknown color: approx Hopbush. HEX triplet: C4, 69 and 97. RGB value is (196,105,151). Sum of RGB (Red+Green+Blue) = 196+105+151=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C46997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46997 is #3B9668. Grayscale: #898989. Windows color (decimal): -3905129 or 9923012. OLE color: 9923012.

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

Color convert

RGB196105151-
CMYK00.460.230.23
HSL329.67º43.54%59.02%-
HSV(B)329.67º46.43%76.86%-
XYZ33.424.0732.16-
YUV137.45135.65169.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=43.36%
G=23.23%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610515100.460.230.23329.6743.5459.02
HexC4699702E171714a2c3b
Octal30415122705627275125473
Binary1100010011010011001011101011101011110111101001010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46997; }

 p { color: rgb(196,105,151); }

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

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

 a { background-color: rgb(196,105,151); }

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

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

 span { border-color: rgb(196,105,151); }

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