#C76286

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

Shades of Hopbush #C76286

Tints of Hopbush #C76286

Color information

#C76286 (or 0xC76286) is unknown color: approx Hopbush. HEX triplet: C7, 62 and 86. RGB value is (199,98,134). Sum of RGB (Red+Green+Blue) = 199+98+134=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76286 is #389D79. Grayscale: #848484. Windows color (decimal): -3710330 or 8807111. OLE color: 8807111.

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

Color convert

RGB19998134-
CMYK00.510.330.22
HSL338.61º47.42%58.24%-
HSV(B)338.61º50.75%78.04%-
XYZ32.2222.625.22-
YUV132.3128.96175.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=46.17%
G=22.74%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999813400.510.330.22338.6147.4258.24
HexC7628603321161532f3a
Octal30714220606341265235772
Binary11000111110001010000110011001110000110110101010011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76286; }

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

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

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

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

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

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

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

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