#C46990

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

Shades of Hopbush #C46990

Tints of Hopbush #C46990

Color information

#C46990 (or 0xC46990) is unknown color: approx Hopbush. HEX triplet: C4, 69 and 90. RGB value is (196,105,144). Sum of RGB (Red+Green+Blue) = 196+105+144=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C46990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46990 is #3B966F. Grayscale: #888888. Windows color (decimal): -3905136 or 9464260. OLE color: 9464260.

HSL color Cylindrical-coordinate representation of color #C46990: hue angle of 334.29º 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 #C46990 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196105144-
CMYK00.460.270.23
HSL334.29º43.54%59.02%-
HSV(B)334.29º46.43%76.86%-
XYZ32.8523.8529.26-
YUV136.66132.15170.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=44.04%
G=23.60%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610514400.460.270.23334.2943.5459.02
HexC4699002E1B1714e2c3b
Octal30415122005633275165473
Binary1100010011010011001000001011101101110111101001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46990; }

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

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

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

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

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

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

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

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