#c06890

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

Shades of Hopbush #C06890

Tints of Hopbush #C06890

Color information

#C06890 (or 0xC06890) is unknown color: approx Hopbush. HEX triplet: C0, 68 and 90. RGB value is (192,104,144). Sum of RGB (Red+Green+Blue) = 192+104+144=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C06890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06890 is #3F976F. Grayscale: #868686. Windows color (decimal): -4167536 or 9464000. OLE color: 9464000.

HSL color Cylindrical-coordinate representation of color #C06890: hue angle of 332.73º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06890 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB192104144-
CMYK00.460.250.25
HSL332.73º41.12%58.04%-
HSV(B)332.73º45.83%75.29%-
XYZ31.7223.1229.18-
YUV134.87133.15168.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=43.64%
G=23.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210414400.460.250.25332.7341.1258.04
HexC0689002E191914d293a
Octal30015022005631315155172
Binary1100000011010001001000001011101100111001101001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06890; }

 p { color: rgb(192,104,144); }

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

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

 a { background-color: rgb(192,104,144); }

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

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

 span { border-color: rgb(192,104,144); }

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