#C76080

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

Shades of Hopbush #C76080

Tints of Hopbush #C76080

Color information

#C76080 (or 0xC76080) is unknown color: approx Hopbush. HEX triplet: C7, 60 and 80. RGB value is (199,96,128). Sum of RGB (Red+Green+Blue) = 199+96+128=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C76080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76080 is #389F7F. Grayscale: #828282. Windows color (decimal): -3710848 or 8413383. OLE color: 8413383.

HSL color Cylindrical-coordinate representation of color #C76080: hue angle of 341.36º 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 #C76080 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19996128-
CMYK00.520.360.22
HSL341.36º47.91%57.84%-
HSV(B)341.36º51.76%78.04%-
XYZ31.6322.0723.01-
YUV130.44126.62176.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=47.04%
G=22.70%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999612800.520.360.22341.3647.9157.84
HexC760800342416155303a
Octal30714020006444265256072
Binary11000111110000010000000011010010010010110101010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76080; }

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

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

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

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

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

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

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

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