#C06094

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

Shades of Hopbush #C06094

Tints of Hopbush #C06094

Color information

#C06094 (or 0xC06094) is unknown color: approx Hopbush. HEX triplet: C0, 60 and 94. RGB value is (192,96,148). Sum of RGB (Red+Green+Blue) = 192+96+148=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06094 is #3F9F6B. Grayscale: #828282. Windows color (decimal): -4169580 or 9724096. OLE color: 9724096.

HSL color Cylindrical-coordinate representation of color #C06094: hue angle of 327.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06094 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19296148-
CMYK00.500.230.25
HSL327.5º43.24%56.47%-
HSV(B)327.5º50%75.29%-
XYZ31.2721.7130.56-
YUV130.63137.8171.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=44.04%
G=22.02%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929614800.500.230.25327.543.2456.47
HexC0609403217191482b38
Octal30014022406227315105370
Binary1100000011000001001010001100101011111001101001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06094; }

 p { color: rgb(192,96,148); }

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

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

 a { background-color: rgb(192,96,148); }

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

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

 span { border-color: rgb(192,96,148); }

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