#C0758E

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

Shades of Hopbush #C0758E

Tints of Hopbush #C0758E

Color information

#C0758E (or 0xC0758E) is unknown color: approx Hopbush. HEX triplet: C0, 75 and 8E. RGB value is (192,117,142). Sum of RGB (Red+Green+Blue) = 192+117+142=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0758E is #3F8A71. Grayscale: #8E8E8E. Windows color (decimal): -4164210 or 9336256. OLE color: 9336256.

HSL color Cylindrical-coordinate representation of color #C0758E: hue angle of 340º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0758E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192117142-
CMYK00.390.260.25
HSL340º37.31%60.59%-
HSV(B)340º39.06%75.29%-
XYZ32.9825.8828.85-
YUV142.28127.85163.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=42.57%
G=25.94%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211714200.390.260.2534037.3160.59
HexC0758E0271A19154253d
Octal30016521604732315244575
Binary1100000011101011000111001001111101011001101010100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0758E; }

 p { color: rgb(192,117,142); }

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

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

 a { background-color: rgb(192,117,142); }

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

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

 span { border-color: rgb(192,117,142); }

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