#C46585

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

Shades of Hopbush #C46585

Tints of Hopbush #C46585

Color information

#C46585 (or 0xC46585) is unknown color: approx Hopbush. HEX triplet: C4, 65 and 85. RGB value is (196,101,133). Sum of RGB (Red+Green+Blue) = 196+101+133=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C46585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46585 is #3B9A7A. Grayscale: #858585. Windows color (decimal): -3906171 or 8742340. OLE color: 8742340.

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

Color convert

RGB196101133-
CMYK00.480.320.23
HSL339.79º44.6%58.24%-
HSV(B)339.79º48.47%76.86%-
XYZ31.6522.7424.91-
YUV133.05127.97172.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=45.58%
G=23.49%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610113300.480.320.23339.7944.658.24
HexC4658503020171542d3a
Octal30414520506040275245572
Binary11000100110010110000101011000010000010111101010100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46585; }

 p { color: rgb(196,101,133); }

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

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

 a { background-color: rgb(196,101,133); }

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

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

 span { border-color: rgb(196,101,133); }

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