#C76084

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

Shades of Hopbush #C76084

Tints of Hopbush #C76084

Color information

#C76084 (or 0xC76084) is unknown color: approx Hopbush. HEX triplet: C7, 60 and 84. RGB value is (199,96,132). Sum of RGB (Red+Green+Blue) = 199+96+132=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C76084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76084 is #389F7B. Grayscale: #828282. Windows color (decimal): -3710844 or 8675527. OLE color: 8675527.

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

Color convert

RGB19996132-
CMYK00.520.340.22
HSL339.03º47.91%57.84%-
HSV(B)339.03º51.76%78.04%-
XYZ31.922.1724.43-
YUV130.9128.62176.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=46.60%
G=22.48%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999613200.520.340.22339.0347.9157.84
HexC760840342216153303a
Octal30714020406442265236072
Binary11000111110000010000100011010010001010110101010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76084; }

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

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

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

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

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

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

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

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