#C06194

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

Shades of Hopbush #C06194

Tints of Hopbush #C06194

Color information

#C06194 (or 0xC06194) is unknown color: approx Hopbush. HEX triplet: C0, 61 and 94. RGB value is (192,97,148). Sum of RGB (Red+Green+Blue) = 192+97+148=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C06194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06194 is #3F9E6B. Grayscale: #838383. Windows color (decimal): -4169324 or 9724352. OLE color: 9724352.

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

Color convert

RGB19297148-
CMYK00.490.230.25
HSL327.79º42.99%56.67%-
HSV(B)327.79º49.48%75.29%-
XYZ31.3621.8930.59-
YUV131.22137.47171.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=43.94%
G=22.20%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929714800.490.230.25327.7942.9956.67
HexC0619403117191482b39
Octal30014122406127315105371
Binary1100000011000011001010001100011011111001101001000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06194; }

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

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

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

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

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

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

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

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