#C76386

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

Shades of Hopbush #C76386

Tints of Hopbush #C76386

Color information

#C76386 (or 0xC76386) is unknown color: approx Hopbush. HEX triplet: C7, 63 and 86. RGB value is (199,99,134). Sum of RGB (Red+Green+Blue) = 199+99+134=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76386 is #389C79. Grayscale: #848484. Windows color (decimal): -3710074 or 8807367. OLE color: 8807367.

HSL color Cylindrical-coordinate representation of color #C76386: hue angle of 339º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76386 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19999134-
CMYK00.500.330.22
HSL339º47.17%58.43%-
HSV(B)339º50.25%78.04%-
XYZ32.3222.7925.25-
YUV132.89128.63175.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=46.06%
G=22.92%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999913400.500.330.2233947.1758.43
HexC7638603221161532f3a
Octal30714320606241265235772
Binary11000111110001110000110011001010000110110101010011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76386; }

 p { color: rgb(199,99,134); }

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

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

 a { background-color: rgb(199,99,134); }

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

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

 span { border-color: rgb(199,99,134); }

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