#C76096

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

Shades of Hopbush #C76096

Tints of Hopbush #C76096

Color information

#C76096 (or 0xC76096) is unknown color: approx Hopbush. HEX triplet: C7, 60 and 96. RGB value is (199,96,150). Sum of RGB (Red+Green+Blue) = 199+96+150=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C76096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76096 is #389F69. Grayscale: #848484. Windows color (decimal): -3710826 or 9855175. OLE color: 9855175.

HSL color Cylindrical-coordinate representation of color #C76096: hue angle of 328.54º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76096 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19996150-
CMYK00.520.250.22
HSL328.54º47.91%57.84%-
HSV(B)328.54º51.76%78.04%-
XYZ33.2422.7131.49-
YUV132.95137.62175.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=44.72%
G=21.57%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999615000.520.250.22328.5447.9157.84
HexC760960341916149303a
Octal30714022606431265116072
Binary1100011111000001001011001101001100110110101001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76096; }

 p { color: rgb(199,96,150); }

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

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

 a { background-color: rgb(199,96,150); }

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

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

 span { border-color: rgb(199,96,150); }

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