#C46083

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

Shades of Hopbush #C46083

Tints of Hopbush #C46083

Color information

#C46083 (or 0xC46083) is unknown color: approx Hopbush. HEX triplet: C4, 60 and 83. RGB value is (196,96,131). Sum of RGB (Red+Green+Blue) = 196+96+131=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C46083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46083 is #3B9F7C. Grayscale: #818181. Windows color (decimal): -3907453 or 8609988. OLE color: 8609988.

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

Color convert

RGB19696131-
CMYK00.510.330.23
HSL339º45.87%57.25%-
HSV(B)339º51.02%76.86%-
XYZ31.0421.7424.03-
YUV129.89128.63175.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=46.34%
G=22.70%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969613100.510.330.2333945.8757.25
HexC4608303321171532e39
Octal30414020306341275235671
Binary11000100110000010000011011001110000110111101010011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46083; }

 p { color: rgb(196,96,131); }

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

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

 a { background-color: rgb(196,96,131); }

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

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

 span { border-color: rgb(196,96,131); }

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