#C75E86

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

Shades of Hopbush #C75E86

Tints of Hopbush #C75E86

Color information

#C75E86 (or 0xC75E86) is unknown color: approx Hopbush. HEX triplet: C7, 5E and 86. RGB value is (199,94,134). Sum of RGB (Red+Green+Blue) = 199+94+134=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75E86 is #38A179. Grayscale: #818181. Windows color (decimal): -3711354 or 8806087. OLE color: 8806087.

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

Color convert

RGB19994134-
CMYK00.530.330.22
HSL337.14º48.39%57.45%-
HSV(B)337.14º52.76%78.04%-
XYZ31.8621.8725.1-
YUV129.96130.29177.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=46.60%
G=22.01%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999413400.530.330.22337.1448.3957.45
HexC75E8603521161513039
Octal30713620606541265216071
Binary11000111101111010000110011010110000110110101010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75E86; }

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

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

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

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

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

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

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

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