#C46D8E

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

Shades of Hopbush #C46D8E

Tints of Hopbush #C46D8E

Color information

#C46D8E (or 0xC46D8E) is unknown color: approx Hopbush. HEX triplet: C4, 6D and 8E. RGB value is (196,109,142). Sum of RGB (Red+Green+Blue) = 196+109+142=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46D8E is #3B9271. Grayscale: #8A8A8A. Windows color (decimal): -3904114 or 9334212. OLE color: 9334212.

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

Color convert

RGB196109142-
CMYK00.440.280.23
HSL337.24º42.44%59.8%-
HSV(B)337.24º44.39%76.86%-
XYZ33.1224.6328.6-
YUV138.77129.82168.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=43.85%
G=24.38%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610914200.440.280.23337.2442.4459.8
HexC46D8E02C1C171512a3c
Octal30415521605434275215274
Binary1100010011011011000111001011001110010111101010001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D8E; }

 p { color: rgb(196,109,142); }

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

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

 a { background-color: rgb(196,109,142); }

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

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

 span { border-color: rgb(196,109,142); }

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